mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Fix toml definition in cli config struct
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
731c99b52c
commit
2e3a12438a
@ -22,7 +22,7 @@ import (
|
||||
|
||||
// ContainerCLIConfig stores the options for the nvidia-container-cli
|
||||
type ContainerCLIConfig struct {
|
||||
Root string
|
||||
Root string `toml:"root"`
|
||||
}
|
||||
|
||||
// getContainerCLIConfigFrom reads the nvidia container runtime config from the specified toml Tree.
|
||||
|
Loading…
Reference in New Issue
Block a user