moby/daemon/config
Evan Lezar 7ec9561a77 Add support for CDI devices to docker daemon under linux
These changes add basic CDI integration to the docker daemon.

A cdi driver is added to handle cdi device requests. This
is gated by an experimental feature flag and is only supported on linux

This change also adds a CDISpecDirs (cdi-spec-dirs) option to the config.
This allows the default values of `/etc/cdi`, /var/run/cdi` to be overridden
which is useful for testing.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-05-16 17:07:57 +02:00
..
builder.go vendor: update buildkit to v0.11.2 2023-02-01 23:29:10 -08:00
builder_test.go daemon/config: use strings.Cut(), fix panic in BuilderGCFilter 2022-11-16 15:15:05 +01:00
config.go Add support for CDI devices to docker daemon under linux 2023-05-16 17:07:57 +02:00
config_linux.go daemon: remove handling for deprecated "oom-score-adjust", and produce error 2023-05-06 16:36:17 +02:00
config_linux_test.go d/config: fix default-network-opts in daemon.json 2023-04-03 15:59:53 -04:00
config_test.go daemon/config: inform the user when the input JSON contains invalid UTF-8 2023-01-10 17:27:21 -07:00
config_windows.go daemon/config: New(): initialize config with platform-specific defaults 2022-08-17 08:54:32 +02:00
config_windows_test.go daemon/config: clean up tests to use common helper 2023-01-10 13:54:17 -07:00
opts.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00