mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-24 13:05:17 +00:00
Merge pull request #658 from elezar/fix-default-value
Use empty string for default runtime-config-override
This commit is contained in:
commit
c68b4be12f
@ -160,7 +160,7 @@ func (m command) build() *cli.Command {
|
||||
Name: "runtime-config-override",
|
||||
Destination: &config.runtimeConfigOverrideJSON,
|
||||
Usage: "specify additional runtime options as a JSON string. The paths are relative to the runtime config.",
|
||||
Value: "{}",
|
||||
Value: "",
|
||||
EnvVars: []string{"RUNTIME_CONFIG_OVERRIDE"},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user