File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,25 @@ file (`/etc/containerd/config.toml` by default):
90
90
```
91
91
92
92
Remember to restart containerd for any configuration changes to take effect.
93
+
94
+ ### Docker configuration
95
+
96
+ To enable and configure CDI support in the [ Docker Daemon] ( https://github.com/moby/moby )
97
+ [ Docker 25] ( https://github.com/moby/moby/releases/tag/v25.0.0 ) or later is required.
98
+
99
+ In addition, the CDI feature must be enabled. That means including the following in the daemon
100
+ config (` /etc/docker/daemon.json ` by default):
101
+
102
+ ``` json
103
+ {
104
+ "features" : {
105
+ "cdi" : true
106
+ }
107
+ }
108
+ ```
109
+
110
+ Remember to restart to Docker daemon for any configuration changes to take effect.
111
+
93
112
### Podman configuration
94
113
95
114
[ podman] ( https://github.com/containers/podman ) does not require any specific
You can’t perform that action at this time.
0 commit comments