File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1915,15 +1915,14 @@ examples: |-
1915
1915
1916
1916
#### CDI devices
1917
1917
1918
- > [!NOTE]
1919
- > The CDI feature is experimental, and potentially subject to change.
1920
- > CDI is currently only supported for Linux containers.
1921
-
1922
1918
[Container Device Interface
1923
1919
(CDI)](https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md)
1924
1920
is a standardized mechanism for container runtimes to create containers which
1925
1921
are able to interact with third party devices.
1926
1922
1923
+ CDI is currently only supported for Linux containers and is enabled by default
1924
+ since Docker Engine 28.3.0.
1925
+
1927
1926
With CDI, device configurations are declaratively defined using a JSON or YAML
1928
1927
file. In addition to enabling the container to interact with the device node,
1929
1928
it also lets you specify additional configuration for the device, such as
@@ -1944,7 +1943,7 @@ examples: |-
1944
1943
available on the system running the daemon, in one of the configured CDI
1945
1944
specification directories.
1946
1945
- The CDI feature has been enabled in the daemon; see [Enable CDI
1947
- devices](/reference/cli/dockerd/#enable -cdi-devices).
1946
+ devices](/reference/cli/dockerd/#configure -cdi-devices).
1948
1947
1949
1948
### Attach to STDIN/STDOUT/STDERR (-a, --attach) {#attach}
1950
1949
You can’t perform that action at this time.
0 commit comments