nvidia-container-toolkit/internal/runtime
Carlos Eduardo Arango Gutierrez f095bd5070
Some checks are pending
CI Pipeline / code-scanning (push) Waiting to run
CI Pipeline / variables (push) Waiting to run
CI Pipeline / golang (push) Waiting to run
CI Pipeline / image (push) Blocked by required conditions
CI Pipeline / e2e-test (push) Blocked by required conditions
Add --disable-hook flag to cdi generate command
When running the nvidia-ctk cdi generate command, a user should be able to opt out of specific hooks.
We propose to add a flag --disable-hook that will take a comma-separated list of hooks that will be skipped when creating the CDI spec.

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2025-05-22 13:53:31 +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 Fix bug in argument parsing for logger creation 2024-07-01 12:03:53 +02:00
runtime_factory_test.go Allow cdi mode to work with --gpus flag 2025-02-05 19:01:43 +01:00
runtime_factory.go Add --disable-hook flag to cdi generate command 2025-05-22 13:53:31 +02:00
runtime.go Reduce logging for the NVIDIA Container runtime 2024-07-01 12:12:38 +02:00