Skip to content

Commit 682cf57

Browse files
authored
Merge pull request #5597 from robmry/dockerd-cmd-ref-bip6
Add --bip6 to dockerd cmdline ref
2 parents bc908a6 + fafaac5 commit 682cf57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/dockerd.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Options:
2626
--add-runtime runtime Register an additional OCI compatible runtime (default [])
2727
--allow-nondistributable-artifacts list Allow push of nondistributable artifacts to registry
2828
--authorization-plugin list Authorization plugins to load
29-
--bip string Specify network bridge IP
29+
--bip string Specify default-bridge IPv4 network
30+
--bip6 string Specify default-bridge IPv6 network
3031
-b, --bridge string Attach containers to a network bridge
3132
--cdi-spec-dir list CDI specification directories to use
3233
--cgroup-parent string Set parent cgroup for all containers
@@ -1075,6 +1076,7 @@ The following is a full example of the allowed configuration options on Linux:
10751076
"allow-nondistributable-artifacts": [],
10761077
"authorization-plugins": [],
10771078
"bip": "",
1079+
"bip6": "",
10781080
"bridge": "",
10791081
"builder": {
10801082
"gc": {

0 commit comments

Comments
 (0)