Skip to content

Commit 6176a76

Browse files
committed
dockerd.md: add --bridge-accept-fwmark
Related to moby/moby@cf1695b Signed-off-by: Rob Murray <rob.murray@docker.com>
1 parent 66aca29 commit 6176a76

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
@@ -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,

0 commit comments

Comments
 (0)