buildx/docs/reference/buildx_history_open.md
sarahsanders-docker 23ce21c341
feedback + updated examples + added links for h3 headings
Signed-off-by: sarahsanders-docker <sarah.sanders@docker.com>
2025-05-05 14:32:03 -07:00

1.0 KiB

docker buildx history open

Open a build in Docker Desktop

Options

Name Type Default Description
--builder string Override the configured builder instance
-D, --debug bool Enable debug logging

Description

Open a build record in Docker Desktop for visual inspection. This requires Docker Desktop to be installed and running on the host machine.

Examples

Open the most recent build in Docker Desktop

docker buildx history open

By default, this opens the most recent build on the current builder.

Open a specific build

# Using a build ID
docker buildx history open qu2gsuo8ejqrwdfii23xkkckt

# Or using a relative offset
docker buildx history open ^1