This commit is contained in:
Rob Murray 2024-11-06 14:52:13 +00:00 committed by GitHub
commit f95f631b1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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-filter-forward-drop Set the filter-FORWARD policy to DROP when enabling IP forwarding (default true)
--ip-forward Enable IP forwarding in system configuration (default true)
--ip-masq Enable IP masquerading (default true)
--ip6tables Enable addition of ip6tables rules (experimental)
--iptables Enable addition of iptables rules (default true)