From 5f0ef1d84946a02e0e8ecb7dffcf9e4e0087ad90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 11 Jul 2025 16:26:00 +0200 Subject: [PATCH] data/engine-cli: update to 28.3.2 (c69d8bde) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- data/engine-cli/docker_container_run.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/data/engine-cli/docker_container_run.yaml b/data/engine-cli/docker_container_run.yaml index 39d2d106ed..2618bc43de 100644 --- a/data/engine-cli/docker_container_run.yaml +++ b/data/engine-cli/docker_container_run.yaml @@ -1915,15 +1915,14 @@ examples: |- #### CDI devices - > [!NOTE] - > The CDI feature is experimental, and potentially subject to change. - > CDI is currently only supported for Linux containers. - [Container Device Interface (CDI)](https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md) is a standardized mechanism for container runtimes to create containers which are able to interact with third party devices. + CDI is currently only supported for Linux containers and is enabled by default + since Docker Engine 28.3.0. + With CDI, device configurations are declaratively defined using a JSON or YAML file. In addition to enabling the container to interact with the device node, it also lets you specify additional configuration for the device, such as @@ -1944,7 +1943,7 @@ examples: |- available on the system running the daemon, in one of the configured CDI specification directories. - The CDI feature has been enabled in the daemon; see [Enable CDI - devices](/reference/cli/dockerd/#enable-cdi-devices). + devices](/reference/cli/dockerd/#configure-cdi-devices). ### Attach to STDIN/STDOUT/STDERR (-a, --attach) {#attach}