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 @@ -29,6 +29,7 @@ Options:
2929 --bip string IPv4 address for the default bridge
3030 --bip6 string IPv6 address for the default bridge
3131 -b, --bridge string Attach containers to a network bridge
32+ --bridge-accept-fwmark string In bridge networks, accept packets with this firewall mark/mask
3233 --cdi-spec-dir list CDI specification directories to use
3334 --cgroup-parent string Set parent cgroup for all containers
3435 --config-file string Daemon configuration file (default "/etc/docker/daemon.json")
@@ -1070,6 +1071,7 @@ The following is a full example of the allowed configuration options on Linux:
10701071 "bip" : " " ,
10711072 "bip6" : " " ,
10721073 "bridge" : " " ,
1074+ "bridge-accept-fwmark" : " " ,
10731075 "builder" : {
10741076 "gc" : {
10751077 "enabled" : true ,
You can’t perform that action at this time.
0 commit comments