File tree Expand file tree Collapse file tree 5 files changed +31
-23
lines changed
github.com/docker/cli/docs/reference Expand file tree Collapse file tree 5 files changed +31
-23
lines changed Original file line number Diff line number Diff line change 1
1
# github.com/moby/moby v28.3.2+incompatible
2
2
# github.com/moby/buildkit v0.23.2
3
3
# github.com/docker/buildx v0.25.0
4
- # github.com/docker/cli v28.3.1 +incompatible
4
+ # github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc +incompatible
5
5
# github.com/docker/compose/v2 v2.38.2
6
6
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
7
7
# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -1915,15 +1915,14 @@ examples: |-
1915
1915
1916
1916
#### CDI devices
1917
1917
1918
- > [!NOTE]
1919
- > The CDI feature is experimental, and potentially subject to change.
1920
- > CDI is currently only supported for Linux containers.
1921
-
1922
1918
[Container Device Interface
1923
1919
(CDI)](https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md)
1924
1920
is a standardized mechanism for container runtimes to create containers which
1925
1921
are able to interact with third party devices.
1926
1922
1923
+ CDI is currently only supported for Linux containers and is enabled by default
1924
+ since Docker Engine 28.3.0.
1925
+
1927
1926
With CDI, device configurations are declaratively defined using a JSON or YAML
1928
1927
file. In addition to enabling the container to interact with the device node,
1929
1928
it also lets you specify additional configuration for the device, such as
@@ -1944,7 +1943,7 @@ examples: |-
1944
1943
available on the system running the daemon, in one of the configured CDI
1945
1944
specification directories.
1946
1945
- 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).
1948
1947
1949
1948
### Attach to STDIN/STDOUT/STDERR (-a, --attach) {#attach}
1950
1949
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
4
4
5
5
require (
6
6
github.com/docker/buildx v0.25.0 // indirect
7
- github.com/docker/cli v28.3.1 +incompatible // indirect
7
+ github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc +incompatible // indirect
8
8
github.com/docker/compose/v2 v2.38.2 // indirect
9
9
github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 // indirect
10
10
github.com/docker/scout-cli v1.15.0 // indirect
@@ -14,7 +14,7 @@ require (
14
14
15
15
replace (
16
16
github.com/docker/buildx => github.com/docker/buildx v0.25.0
17
- github.com/docker/cli => github.com/docker/cli v28.3.0 +incompatible
17
+ github.com/docker/cli => github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc +incompatible
18
18
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.38.2
19
19
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
20
20
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDN
34
34
github.com/docker/cli v28.2.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
35
35
github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo =
36
36
github.com/docker/cli v28.3.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
37
+ github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible h1:5I561JBDi4n0RKxYNkUVc9xiLnlCfjjm31XRV0r3o98 =
38
+ github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
37
39
github.com/docker/compose/v2 v2.36.2 h1:rxk1PUUbhbAS6HkGsYo9xUmMBpKtVwFMNCQjE4+i5fk =
38
40
github.com/docker/compose/v2 v2.36.2 /go.mod h1:mZygkne+MAMu/e1B28PBFmG0Z0WefbxZ/IpcjSFdrw8 =
39
41
github.com/docker/compose/v2 v2.37.0 h1:R8Yik9ssiRz7T9BRfdOZy0xHDzOFPIJX40DrxzJ62dQ =
You can’t perform that action at this time.
0 commit comments