Skip to content

Commit 3b8d8ac

Browse files
committed
Fixed linter issues
1 parent fc8ef43 commit 3b8d8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/desktop/use-desktop/builds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ the Builds view also lists any active or completed cloud builds by other team me
1515
connected to the same cloud builder.
1616

1717
> [!NOTE]
18-
> When building Windows container images using the `docker build` command, the legacy builder is used which does not populate the **Builds** view. To switch to using the Buildkit engine, you can:
19-
- Set `DOCKER_BUILDKIT=1` in the build command, such as `DOCKER_BUILDKIT=1 docker build .` or,
18+
> When building Windows container images using the `docker build` command, the legacy builder is used which does not populate the **Builds** view. To switch to using the BuildKit engine, you can:
19+
- Set `DOCKER_BUILDKIT=1` in the build command, such as `DOCKER_BUILDKIT=1 docker build .` or
2020
- Use the `docker buildx build` command
2121

2222
## Show build list

0 commit comments

Comments
 (0)