mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-03-17 02:38:40 +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
|
// ContainerCLIConfig stores the options for the nvidia-container-cli
|
||||||
type ContainerCLIConfig struct {
|
type ContainerCLIConfig struct {
|
||||||
Root string
|
Root string `toml:"root"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// getContainerCLIConfigFrom reads the nvidia container runtime config from the specified toml Tree.
|
// getContainerCLIConfigFrom reads the nvidia container runtime config from the specified toml Tree.
|
||||||
|
Loading…
Reference in New Issue
Block a user