From ea84e8f94b19c4af97cfc60e8a42eedb5fc5b833 Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Fri, 29 Nov 2024 17:04:28 +0000 Subject: [PATCH] Add --host-gateway to the dockerd manpage Signed-off-by: Rob Murray --- man/dockerd.8.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/dockerd.8.md b/man/dockerd.8.md index ac48918161b1..24b9ae11e2e9 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