Signed-off-by: sarahsanders-docker <sarah.sanders@docker.com>
809 B
809 B
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
Open a specific build by name
docker buildx history open mybuild