mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
55 lines
1.4 KiB
YAML
Generated
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
|
|
|