nvidia-container-toolkit/cmd/nvidia-container-runtime-hook
Evan Lezar 2e6712d2bc Allow IMEX channels to be requested as volume mounts
This change allows IMEX channels to be requested using the
volume mount mechanism.

A mount from /dev/null to /var/run/nvidia-container-devices/imex/{{ .ChannelID }}
is equivalent to including {{ .ChannelID }} in the NVIDIA_IMEX_CHANNELS
envvironment variables.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-10-17 16:54:29 +02:00
..
capabilities.go Refactor handling of DriverCapabilities 2023-08-14 10:40:42 +02:00
container_config_test.go [no-relnote] Use image.CUDA to extract visible devices 2024-10-17 16:53:17 +02:00
container_config.go Allow IMEX channels to be requested as volume mounts 2024-10-17 16:54:29 +02:00
hook_config_test.go run goimports -local against the entire codebase 2023-12-01 11:13:17 +01:00
hook_config.go Remove unused loadSaver interface 2023-10-24 20:00:24 +02:00
hook_test.go
main.go Allow IMEX channels to be requested as volume mounts 2024-10-17 16:54:29 +02:00