@@ -45,6 +45,7 @@ dockerd - Enable daemon mode
4545[ ** --insecure-registry** [ =* [ ] * ]]
4646[ ** --ip** [ =* 0.0.0.0* ]]
4747[ ** --ip-forward** [ =** true** ]]
48+ [ ** --ip-forward-no-drop** [ =** true** ]]
4849[ ** --ip-masq** [ =** true** ]]
4950[ ** --iptables** [ =** true** ]]
5051[ ** --ipv6** ]
@@ -294,11 +295,20 @@ unix://[/path/to/socket] to use.
294295 has no effect.
295296
296297 This setting will also enable IPv6 forwarding if you have both
297- ** --ip-forward=true** and ** --fixed-cidr-v6 ** set . Note that this may reject
298- Router Advertisements and interfere with the host's existing IPv6
298+ ** --ip-forward=true** and an IPv6 enabled bridge network . Note that this
299+ may reject Router Advertisements and interfere with the host's existing IPv6
299300 configuration. For more information, consult the documentation about
300301 "Advanced Networking - IPv6".
301302
303+ ** --ip-forward-no-drop** =** true** |** false**
304+ When ** false** , the default, if Docker enables IP forwarding itself (see
305+ ** --ip-forward** ), and ** --iptables** or ** --ip6tables** are enabled, it
306+ also sets the default policy for the FORWARD chain in the iptables or
307+ ip6tables filter table to DROP.
308+
309+ When ** true** , and when IP forwarding is already enabled, Docker does
310+ not modify the default policy of the FORWARD chain.
311+
302312** --ip-masq** =** true** |** false**
303313 Enable IP masquerading for bridge's IP range. Default is ** true** .
304314
0 commit comments