mirror of
https://gitea.com/Lydanne/buildx.git
synced 2026-01-15 10:24:13 +08:00
Add descriptions and examples for buildx history commands
Signed-off-by: sarahsanders-docker <sarah.sanders@docker.com>
This commit is contained in:
committed by
Tonis Tiigi
parent
9a48aca461
commit
4dac5295a1
@@ -13,3 +13,20 @@ Open a build in Docker Desktop
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
|
||||
## 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
|
||||
|
||||
```console
|
||||
docker buildx history open
|
||||
```
|
||||
|
||||
### Open a specific build by name
|
||||
|
||||
```console
|
||||
docker buildx history open mybuild
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user