mirror of https://github.com/docker/docs.git
build: cdi page fixes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
479885a3d8
commit
1a31df3f31
|
@ -21,7 +21,7 @@ variables, host mounts (such as shared objects), and executable hooks.
|
|||
## Getting started
|
||||
|
||||
To get started with CDI, you need to have a compatible environment set up. This
|
||||
includes having Docker v27+ installed with [CDI enabled](/reference/cli/dockerd.md#enable-cdi-devices)
|
||||
includes having Docker v27+ installed with [CDI configured](/reference/cli/dockerd.md#configure-cdi-devices)
|
||||
and Buildx v0.22+.
|
||||
|
||||
You also need to create the [device specifications using JSON or YAML files](https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md#cdi-json-specification)
|
||||
|
@ -119,7 +119,6 @@ Now let's build this Dockerfile:
|
|||
|
||||
```console
|
||||
$ docker buildx build .
|
||||
docker buildx build .
|
||||
[+] Building 0.4s (5/5) FINISHED docker:default
|
||||
=> [internal] load build definition from Dockerfile 0.0s
|
||||
=> => transferring dockerfile: 155B 0.0s
|
||||
|
|
Loading…
Reference in New Issue