Files
docker-docs/data/cli/buildx/docker_buildx_history_open.yaml
2026-02-24 08:01:08 +01:00

55 lines
1.4 KiB
YAML
Generated

command: docker buildx history open
short: Open a build record in Docker Desktop
long: |-
Open a build record in Docker Desktop for visual inspection. This requires
Docker Desktop to be installed and running on the host machine.
usage: docker buildx history open [OPTIONS] [REF]
pname: docker buildx history
plink: docker_buildx_history.yaml
inherited_options:
- option: builder
value_type: string
description: Override the configured builder instance
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: debug
shorthand: D
value_type: bool
default_value: "false"
description: Enable debug logging
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
examples: |-
### 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
```console
# Using a build ID
docker buildx history open qu2gsuo8ejqrwdfii23xkkckt
# Or using a relative offset
docker buildx history open ^1
```
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false