File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ Options:
26
26
--add-runtime runtime Register an additional OCI compatible runtime (default [])
27
27
--allow-nondistributable-artifacts list Allow push of nondistributable artifacts to registry
28
28
--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
30
31
-b, --bridge string Attach containers to a network bridge
31
32
--cdi-spec-dir list CDI specification directories to use
32
33
--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:
1075
1076
"allow-nondistributable-artifacts" : [],
1076
1077
"authorization-plugins" : [],
1077
1078
"bip" : " " ,
1079
+ "bip6" : " " ,
1078
1080
"bridge" : " " ,
1079
1081
"builder" : {
1080
1082
"gc" : {
You can’t perform that action at this time.
0 commit comments