nvidia-container-toolkit/internal/config
Tariq Ibrahim f477dc0df1
fetch current container runtime config through the command line
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>

add default runtime binary path to runtimes field of toolkit config toml

Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>

[no-relnote] Get low-level runtimes consistently

We ensure that we use the same low-level runtimes regardless
of the runtime engine being configured. This ensures consistent
behaviour.

Signed-off-by: Evan Lezar <elezar@nvidia.com>

Co-authored-by: Evan Lezar <elezar@nvidia.com>

address review comment

Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
2024-10-10 01:13:20 -07:00
..
image Use tags.cncf.io for CDI imports 2023-11-01 12:40:51 +01:00
cli_test.go Resolve LDConfig path passed to nvidia-container-cli 2023-11-21 15:31:12 +01:00
cli.go Resolve LDConfig path passed to nvidia-container-cli 2023-11-21 15:31:12 +01:00
config_test.go Add crun as a default low-level runtime. 2024-01-17 11:31:07 +01:00
config.go Move nvidia-ctk hook command into own binary 2024-05-21 12:19:44 +02:00
features.go Revert "Merge pull request #694 from elezar/add-opt-in-to-sockets" 2024-09-20 20:26:45 +02:00
hook.go Export config.GetDefault function 2023-08-14 10:35:33 +02:00
runtime.go Export config.GetDefault function 2023-08-14 10:35:33 +02:00
toml_test.go Add crun as a default low-level runtime. 2024-01-17 11:31:07 +01:00
toml.go fetch current container runtime config through the command line 2024-10-10 01:13:20 -07:00
toolkit-cli.go