data/engine-cli: update to 28.3.2 (c69d8bde)

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-07-11 16:26:00 +02:00
parent 3ae7d89f8d
commit 5f0ef1d849

View File

@@ -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}