Add --host-gateway to the dockerd manpage

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray 2024-11-29 17:04:28 +00:00
parent cf88ab074a
commit ea84e8f94b
1 changed files with 6 additions and 0 deletions

View File

@ -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**[*""*]]
@ -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