docker buildx history open
| 内容説明 | Open a build record in Docker Desktop |
|---|---|
| 利用方法 | docker buildx history open [OPTIONS] [REF] |
内容説明
Open a build record in Docker Desktop for visual inspection. This requires Docker Desktop to be installed and running on the host machine.
利用例
Open the most recent build in Docker Desktop
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