nvidia-container-toolkit/internal/config
Avi Deitcher 179d8655f9 Move nvidia-ctk hook command into own binary
This change creates an nvidia-cdi-hook binary for implementing
CDI hooks. This allows for these hooks to be separated from the
nvidia-ctk command which may, for example, require libnvidia-ml
to support other functionality.

The nvidia-ctk hook subcommand is maintained as an alias for the
time being to allow for existing CDI specifications referring to
this path to work as expected.

Signed-off-by: Avi Deitcher <avi@deitcher.net>
2024-05-21 12:19:44 +02:00
..
image
cli_test.go
cli.go
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 Add support for feature flags 2024-04-03 11:58:37 +02:00
hook.go
runtime.go
toml_test.go Add crun as a default low-level runtime. 2024-01-17 11:31:07 +01:00
toml.go Fix bug in determining CLI user on SUSE systems 2024-01-11 13:54:40 +01:00
toolkit-cli.go