mirror of https://github.com/docker/cli.git
Add --ip-filter-forward-drop to dockerd cmdline ref
Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
parent
8c22315e31
commit
038d3ea003
|
@ -71,7 +71,8 @@ Options:
|
|||
--init-path string Path to the docker-init binary
|
||||
--insecure-registry list Enable insecure registry communication
|
||||
--ip ip Default IP when binding container ports (default 0.0.0.0)
|
||||
--ip-forward Enable net.ipv4.ip_forward (default true)
|
||||
--ip-forward Enable IP forwarding in system configuration (default true)
|
||||
--ip-forward-no-drop Do not set the filter-FORWARD policy to DROP when enabling IP forwarding
|
||||
--ip-masq Enable IP masquerading (default true)
|
||||
--ip6tables Enable addition of ip6tables rules (experimental)
|
||||
--iptables Enable addition of iptables rules (default true)
|
||||
|
|
Loading…
Reference in New Issue