Skip to content

Commit f32b3d1

Browse files
committed
Added note on populating builds tab when building windows container images
1 parent 902dcc0 commit f32b3d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ If you're connected to a cloud builder through [Docker Build Cloud](../../build-
1414
the Builds view also lists any active or completed cloud builds by other team members
1515
connected to the same cloud builder.
1616

17+
> [!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 `docker buildx build` command
21+
1722
## Show build list
1823

1924
Open the **Builds** view from the Docker Dashboard to access:

0 commit comments

Comments
 (0)