1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Allow specifying a default gateway for bridge networking

Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
This commit is contained in:
Sylvain Baubeau
2014-12-18 10:09:42 +01:00
committed by Tibor Vass
parent 9dd7c2c70d
commit 7604419278

View File

@@ -145,6 +145,8 @@ expect an integer, and they can only be specified once.
--bip="" Specify network bridge IP
-D, --debug=false Enable debug mode
-d, --daemon=false Enable daemon mode
--default-gateway="" Container default gateway IPv4 address
--default-gateway-v6="" Container default gateway IPv6 address
--dns=[] DNS server to use
--dns-search=[] DNS search domains to use
-e, --exec-driver="native" Exec driver to use