File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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" : " " ,
You can’t perform that action at this time.
0 commit comments