From 038d3ea003b5e5b4f31b7e7ae779f5abd2ca981e Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Wed, 6 Nov 2024 14:47:53 +0000 Subject: [PATCH] Add --ip-filter-forward-drop to dockerd cmdline ref Signed-off-by: Rob Murray --- docs/reference/dockerd.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/dockerd.md b/docs/reference/dockerd.md index 5f57756e88..4dfae3989b 100644 --- a/docs/reference/dockerd.md +++ b/docs/reference/dockerd.md @@ -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)