1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Allow specifying a default gateway for bridge networking

Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
Upstream-commit: 7604419278
Component: cli
This commit is contained in:
Sylvain Baubeau
2014-12-18 10:09:42 +01:00
committed by Tibor Vass
parent 3edad80714
commit 46f11b5f47

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