diff --git a/content/manuals/desktop/use-desktop/builds.md b/content/manuals/desktop/use-desktop/builds.md index 71c32fe35e..c31b1e6114 100644 --- a/content/manuals/desktop/use-desktop/builds.md +++ b/content/manuals/desktop/use-desktop/builds.md @@ -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: