Skip to content

Commit

Permalink
Put --help before --host in the dockerd manpage
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Murray <[email protected]>
  • Loading branch information
robmry committed Nov 29, 2024
1 parent ea84e8f commit c629eca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions man/dockerd.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**]]
Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit c629eca

Please sign in to comment.