table of contents
| DOCKER-BUILDX-HISTORY-OPEN(1) | DOCKER-BUILDX-HISTORY-OPEN(1) |
NAME¶
docker-buildx-history-open - Open a build record in Docker Desktop
SYNOPSIS¶
docker buildx history open [OPTIONS] [REF]
DESCRIPTION¶
Open a build record in Docker Desktop for visual inspection. This requires Docker Desktop to be installed and running on the host machine.
OPTIONS¶
-h, --help[=false] help for open
OPTIONS INHERITED FROM PARENT COMMANDS¶
--builder="" Override the configured builder instance
-D, --debug[=false] Enable debug logging
EXAMPLE¶
### Open the most recent build in Docker Desktop ```console 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
```
SEE ALSO¶
| Mar 2026 |