Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/manuals/desktop/use-desktop/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ If you're connected to a cloud builder through [Docker Build Cloud](../../build-
the Builds view also lists any active or completed cloud builds by other team members
connected to the same cloud builder.

> [!NOTE]
>
> 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:
> - Set `DOCKER_BUILDKIT=1` in the build command, such as `DOCKER_BUILDKIT=1 docker build .` or
> - Use the `docker buildx build` command

## Show build list

Open the **Builds** view from the Docker Dashboard to access:
Expand Down