From c629eca8906aacf00cee7a01c30a31c6fc01423e Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Fri, 29 Nov 2024 17:05:50 +0000 Subject: [PATCH] Put --help before --host in the dockerd manpage Signed-off-by: Rob Murray --- man/dockerd.8.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/dockerd.8.md b/man/dockerd.8.md index 24b9ae11e2e9..16df2f17f850 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.