mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
data/engine-cli: update to 28.3.2 (c69d8bde)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user