nvidia-container-toolkit/cmd/nvidia-ctk
Evan Lezar 4abdc2f35d Add nvidia-ctk hook chmod command to set permissions
This change adds an nvidia-ctk hook chmod command that can be used
to update the permissions for paths in the container.

This prepends the container root to the paths to allow these to be
updated by runtime executables.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2022-10-26 16:01:52 +02:00
..
hook Add nvidia-ctk hook chmod command to set permissions 2022-10-26 16:01:52 +02:00
info Add all device 2022-10-10 10:19:08 +02:00
runtime
main.go Add nvidia-ctk info generate-cdi command 2022-09-29 12:11:42 +02:00
README.md

NVIDIA Container Toolkit CLI

The NVIDIA Container Toolkit CLI nvidia-ctk provides a number of utilities that are useful for working with the NVIDIA Container Toolkit.

Functionality

Configure runtimes

The runtime command of the nvidia-ctk CLI provides a set of utilities to related to the configuration and management of supported container engines.

For example, running the following command:

nvidia-ctk runtime configure --set-as-default

will ensure that the NVIDIA Container Runtime is added as the default runtime to the default container engine.