diff --git a/man/dockerd.8.md b/man/dockerd.8.md index 24b9ae11e2..16df2f17f8 100644 --- a/man/dockerd.8.md +++ b/man/dockerd.8.md @@ -35,9 +35,9 @@ dockerd - Enable daemon mode [**--fixed-cidr**[=*FIXED-CIDR*]] [**--fixed-cidr-v6**[=*FIXED-CIDR-V6*]] [**-G**|**--group**[=*docker*]] +[**--help**] [**-H**|**--host**[=*[]*]] [**--host-gateway-ip**[=*HOST-GATEWAY-IP*]] -[**--help**] [**--http-proxy**[*""*]] [**--https-proxy**[*""*]] [**--icc**[=**true**]] @@ -245,6 +245,9 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru Group to assign the unix socket specified by -H when running in daemon mode. use '' (the empty string) to disable setting of a group. Default is `docker`. +**--help** + Print usage statement + **-H**, **--host**=[*unix:///var/run/docker.sock*]: tcp://[host:port] to bind or unix://[/path/to/socket] to use. The socket(s) to bind to in daemon mode specified using one or more @@ -255,9 +258,6 @@ unix://[/path/to/socket] to use. --add-host options. Addresses from the docker0 bridge are used by default. Two of these options are allowed, one IPv4 and one IPv6 address. -**--help** - Print usage statement - **--http-proxy***""* Proxy URL for HTTP requests unless overridden by NoProxy.