Skip to content

Commit 3f0ccd1

Browse files
committed
dockerd.md: Add --firewall-backend
Related to moby/moby@39ab393 Signed-off-by: Rob Murray <rob.murray@docker.com>
1 parent 6176a76 commit 3f0ccd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/dockerd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Options:
5959
--exec-root string Root directory for execution state files (default "/var/run/docker")
6060
--experimental Enable experimental features
6161
--feature map Enable feature in the daemon
62+
--firewall-backend string Firewall backend to use, iptables or nftables
6263
--fixed-cidr string IPv4 subnet for the default bridge network
6364
--fixed-cidr-v6 string IPv6 subnet for the default bridge network
6465
-G, --group string Group for the unix socket (default "docker")
@@ -1122,6 +1123,7 @@ The following is a full example of the allowed configuration options on Linux:
11221123
"cdi": true,
11231124
"containerd-snapshotter": true
11241125
},
1126+
"firewall-backend": "",
11251127
"fixed-cidr": "",
11261128
"fixed-cidr-v6": "",
11271129
"group": "",

0 commit comments

Comments
 (0)