Add --host-gateway to the dockerd manpage
Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
parent
cf88ab074a
commit
ea84e8f94b
@ -36,6 +36,7 @@ dockerd - Enable daemon mode
|
|||||||
[**--fixed-cidr-v6**[=*FIXED-CIDR-V6*]]
|
[**--fixed-cidr-v6**[=*FIXED-CIDR-V6*]]
|
||||||
[**-G**|**--group**[=*docker*]]
|
[**-G**|**--group**[=*docker*]]
|
||||||
[**-H**|**--host**[=*[]*]]
|
[**-H**|**--host**[=*[]*]]
|
||||||
|
[**--host-gateway-ip**[=*HOST-GATEWAY-IP*]]
|
||||||
[**--help**]
|
[**--help**]
|
||||||
[**--http-proxy**[*""*]]
|
[**--http-proxy**[*""*]]
|
||||||
[**--https-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
|
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.
|
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**
|
**--help**
|
||||||
Print usage statement
|
Print usage statement
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user