This commit is contained in:
Rob Murray 2024-11-08 06:48:28 +08:00 committed by GitHub
commit ba2e291662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,8 @@ Options:
--add-runtime runtime Register an additional OCI compatible runtime (default []) --add-runtime runtime Register an additional OCI compatible runtime (default [])
--allow-nondistributable-artifacts list Allow push of nondistributable artifacts to registry --allow-nondistributable-artifacts list Allow push of nondistributable artifacts to registry
--authorization-plugin list Authorization plugins to load --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 -b, --bridge string Attach containers to a network bridge
--cdi-spec-dir list CDI specification directories to use --cdi-spec-dir list CDI specification directories to use
--cgroup-parent string Set parent cgroup for all containers --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:
"allow-nondistributable-artifacts": [], "allow-nondistributable-artifacts": [],
"authorization-plugins": [], "authorization-plugins": [],
"bip": "", "bip": "",
"bip6": "",
"bridge": "", "bridge": "",
"builder": { "builder": {
"gc": { "gc": {