mirror of https://github.com/docker/docs.git
Minor correction (#4078)
This commit is contained in:
parent
160c2a309e
commit
f6150717ae
|
@ -357,7 +357,7 @@ generate the site key and certificate, name the files `site.key` and
|
|||
```
|
||||
|
||||
3. Save the `site.conf` file in a Docker config. The first parameter is the
|
||||
name of the secret, and the second parameter is the file to read it from.
|
||||
name of the config, and the second parameter is the file to read it from.
|
||||
|
||||
```bash
|
||||
$ docker config create site.conf site.conf
|
||||
|
|
Loading…
Reference in New Issue