Skip to content

Commit fad8c0e

Browse files
authored
Merge pull request #23123 from crazy-max/build-cdi-fix
build: cdi page fixes
2 parents 479885a + 1a31df3 commit fad8c0e

File tree

1 file changed

+1
-2
lines changed
  • content/manuals/build/building

1 file changed

+1
-2
lines changed

content/manuals/build/building/cdi.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variables, host mounts (such as shared objects), and executable hooks.
2121
## Getting started
2222

2323
To get started with CDI, you need to have a compatible environment set up. This
24-
includes having Docker v27+ installed with [CDI enabled](/reference/cli/dockerd.md#enable-cdi-devices)
24+
includes having Docker v27+ installed with [CDI configured](/reference/cli/dockerd.md#configure-cdi-devices)
2525
and Buildx v0.22+.
2626

2727
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:
119119

120120
```console
121121
$ docker buildx build .
122-
docker buildx build .
123122
[+] Building 0.4s (5/5) FINISHED docker:default
124123
=> [internal] load build definition from Dockerfile 0.0s
125124
=> => transferring dockerfile: 155B 0.0s

0 commit comments

Comments
 (0)