Skip to content

Commit

Permalink
Merge pull request #5597 from robmry/dockerd-cmd-ref-bip6
Browse files Browse the repository at this point in the history
Add --bip6 to dockerd cmdline ref
  • Loading branch information
thaJeztah authored Nov 27, 2024
2 parents bc908a6 + fafaac5 commit 682cf57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Options:
--add-runtime runtime Register an additional OCI compatible runtime (default [])
--allow-nondistributable-artifacts list Allow push of nondistributable artifacts to registry
--authorization-plugin list Authorization plugins to load
--bip string Specify network bridge IP
--bip string Specify default-bridge IPv4 network
--bip6 string Specify default-bridge IPv6 network
-b, --bridge string Attach containers to a network bridge
--cdi-spec-dir list CDI specification directories to use
--cgroup-parent string Set parent cgroup for all containers
Expand Down Expand Up @@ -1075,6 +1076,7 @@ The following is a full example of the allowed configuration options on Linux:
"allow-nondistributable-artifacts": [],
"authorization-plugins": [],
"bip": "",
"bip6": "",
"bridge": "",
"builder": {
"gc": {
Expand Down

0 comments on commit 682cf57

Please sign in to comment.