From f3a812f8f4e04bdc9f398667e8ccec7427d83eff Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Thu, 1 May 2025 10:46:21 +0100 Subject: [PATCH] Add Linux daemon option --allow-direct-routing Signed-off-by: Rob Murray --- docs/reference/dockerd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/dockerd.md b/docs/reference/dockerd.md index b55b66c30b..f905f0a4cf 100644 --- a/docs/reference/dockerd.md +++ b/docs/reference/dockerd.md @@ -24,6 +24,7 @@ A self-sufficient runtime for containers. Options: --add-runtime runtime Register an additional OCI compatible runtime (default []) + --allow-direct-routing Allow remote access to published ports on container IP addresses --authorization-plugin list Authorization plugins to load --bip string IPv4 address for the default bridge --bip6 string IPv6 address for the default bridge @@ -1057,6 +1058,7 @@ The following is a full example of the allowed configuration options on Linux: ```json { + "allow-direct-routing": false, "authorization-plugins": [], "bip": "", "bip6": "",