containerd/oci
Evan Lezar d3887b2e62 Support CDI devices in ctr --device flag
This change adds support for CDI devices to the ctr --device flag.
If a fully-qualified CDI device name is specified, this is injected
into the OCI specification before creating the container.

Note that the CDI specifications and the devices that they represent
are local and mirror the behaviour of linux devices in the ctr command.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-05-31 16:14:01 +02:00
..
client.go Licence header added 2018-02-19 10:32:26 +09:00
mounts_freebsd.go oci: appendOSMounts(): remove unused error, and move 2022-12-27 10:23:26 +01:00
mounts.go oci: appendOSMounts(): remove unused error, and move 2022-12-27 10:23:26 +01:00
spec_opts_linux_test.go oci: fix additional GIDs 2023-02-10 15:53:00 +09:00
spec_opts_linux.go Make OCI spec opts available on all platforms 2023-01-11 13:03:58 -08:00
spec_opts_nonlinux.go Make OCI spec opts available on all platforms 2023-01-11 13:03:58 -08:00
spec_opts_test.go Add basic spec and mounts for Darwin 2023-01-12 17:00:40 -08:00
spec_opts_unix_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
spec_opts_unix.go Make OCI spec opts available on all platforms 2023-01-11 13:03:58 -08:00
spec_opts_windows_test.go Updates oci image config to support upstream ArgsEscaped 2022-10-11 13:29:56 -07:00
spec_opts_windows.go Add ArgsEscaped support for CRI 2023-03-03 13:38:06 -08:00
spec_opts.go Support CDI devices in ctr --device flag 2023-05-31 16:14:01 +02:00
spec_test.go Add basic spec and mounts for Darwin 2023-01-12 17:00:40 -08:00
spec.go Add basic spec and mounts for Darwin 2023-01-12 17:00:40 -08:00
utils_unix_go116_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
utils_unix_go117_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
utils_unix_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
utils_unix.go Cleanup build constraints 2022-12-08 09:36:20 -08:00