Skip to content

Commit 5f0ef1d

Browse files
committed
data/engine-cli: update to 28.3.2 (c69d8bde)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 3ae7d89 commit 5f0ef1d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

data/engine-cli/docker_container_run.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)