Skip to content

Commit

Permalink
Add --host-gateway to 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 cf88ab0 commit ea84e8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man/dockerd.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dockerd - Enable daemon mode
[**--fixed-cidr-v6**[=*FIXED-CIDR-V6*]]
[**-G**|**--group**[=*docker*]]
[**-H**|**--host**[=*[]*]]
[**--host-gateway-ip**[=*HOST-GATEWAY-IP*]]
[**--help**]
[**--http-proxy**[*""*]]
[**--https-proxy**[*""*]]
Expand Down Expand Up @@ -249,6 +250,11 @@ unix://[/path/to/socket] to use.
The socket(s) to bind to in daemon mode specified using one or more
tcp://host:port, unix:///path/to/socket, fd://\* or fd://socketfd.

**--host-gateway-ip**=[*2001:db8::1234*]
Supply host addresses to substitute for the special string host-gateway in
--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

Expand Down

0 comments on commit ea84e8f

Please sign in to comment.