mirror of https://github.com/docker/cli.git
Put --help before --host in the dockerd manpage
Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
parent
ea84e8f94b
commit
c629eca890
|
@ -35,9 +35,9 @@ dockerd - Enable daemon mode
|
||||||
[**--fixed-cidr**[=*FIXED-CIDR*]]
|
[**--fixed-cidr**[=*FIXED-CIDR*]]
|
||||||
[**--fixed-cidr-v6**[=*FIXED-CIDR-V6*]]
|
[**--fixed-cidr-v6**[=*FIXED-CIDR-V6*]]
|
||||||
[**-G**|**--group**[=*docker*]]
|
[**-G**|**--group**[=*docker*]]
|
||||||
|
[**--help**]
|
||||||
[**-H**|**--host**[=*[]*]]
|
[**-H**|**--host**[=*[]*]]
|
||||||
[**--host-gateway-ip**[=*HOST-GATEWAY-IP*]]
|
[**--host-gateway-ip**[=*HOST-GATEWAY-IP*]]
|
||||||
[**--help**]
|
|
||||||
[**--http-proxy**[*""*]]
|
[**--http-proxy**[*""*]]
|
||||||
[**--https-proxy**[*""*]]
|
[**--https-proxy**[*""*]]
|
||||||
[**--icc**[=**true**]]
|
[**--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.
|
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`.
|
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
|
**-H**, **--host**=[*unix:///var/run/docker.sock*]: tcp://[host:port] to bind or
|
||||||
unix://[/path/to/socket] to use.
|
unix://[/path/to/socket] to use.
|
||||||
The socket(s) to bind to in daemon mode specified using one or more
|
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.
|
--add-host options. Addresses from the docker0 bridge are used by default.
|
||||||
Two of these options are allowed, one IPv4 and one IPv6 address.
|
Two of these options are allowed, one IPv4 and one IPv6 address.
|
||||||
|
|
||||||
**--help**
|
|
||||||
Print usage statement
|
|
||||||
|
|
||||||
**--http-proxy***""*
|
**--http-proxy***""*
|
||||||
Proxy URL for HTTP requests unless overridden by NoProxy.
|
Proxy URL for HTTP requests unless overridden by NoProxy.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue