nvidia-container-toolkit/internal/runtime
Evan Lezar 9d7a707405 Create .so symlinks for driver libraries in container
This change adds an opt-in feature for creating .so symlinks to
all injected driver files in a contianer.

If features.dot-so-symlinks = true is set in the config.toml, the creation
of symlinks for driver files is enabled. This can also be triggered on a
per-container basis using the envvar NVIDIA_DOT_SO_SYMLINKS=enabled.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-04-15 16:31:03 +02:00
..
api.go Implement runtime package for creating runtime CLI 2023-02-13 16:09:46 +01:00
logger_test.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
logger.go run goimports -local against the entire codebase 2023-12-01 11:13:17 +01:00
runtime_factory_test.go Create .so symlinks for driver libraries in container 2024-04-15 16:31:03 +02:00
runtime_factory.go Create .so symlinks for driver libraries in container 2024-04-15 16:31:03 +02:00
runtime.go Create root.Driver instance at first usage 2024-04-03 15:03:33 +02:00