diff --git a/man/dockerd.8.md b/man/dockerd.8.md index ac48918161..24b9ae11e2 100644 --- a/man/dockerd.8.md +++ b/man/dockerd.8.md @@ -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