Skip to content

Commit 0f6340f

Browse files
authored
Apply suggestions from code review
1 parent 3b8d8ac commit 0f6340f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ 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
20-
- Use the `docker buildx build` command
18+
>
19+
> 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 BuildKit, you can either:
20+
> - Set `DOCKER_BUILDKIT=1` in the build command, such as `DOCKER_BUILDKIT=1 docker build .` or
21+
> - Use the `docker buildx build` command
2122
2223
## Show build list
2324

0 commit comments

Comments
 (0)