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: |-
19151915
19161916 #### CDI devices
19171917
1918- > [!NOTE]
1919- > The CDI feature is experimental, and potentially subject to change.
1920- > CDI is currently only supported for Linux containers.
1921-
19221918 [Container Device Interface
19231919 (CDI)](https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md)
19241920 is a standardized mechanism for container runtimes to create containers which
19251921 are able to interact with third party devices.
19261922
1923+ CDI is currently only supported for Linux containers and is enabled by default
1924+ since Docker Engine 28.3.0.
1925+
19271926 With CDI, device configurations are declaratively defined using a JSON or YAML
19281927 file. In addition to enabling the container to interact with the device node,
19291928 it also lets you specify additional configuration for the device, such as
@@ -1944,7 +1943,7 @@ examples: |-
19441943 available on the system running the daemon, in one of the configured CDI
19451944 specification directories.
19461945 - 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).
19481947
19491948 ### Attach to STDIN/STDOUT/STDERR (-a, --attach) {#attach}
19501949
You can’t perform that action at this time.
0 commit comments