Share feedback
Answers are generated based on the documentation.

docker buildx history import

内容説明Import build records into Docker Desktop
利用方法docker buildx history import [OPTIONS] -

内容説明

Import a build record from a .dockerbuild archive into Docker Desktop. This lets you view, inspect, and analyze builds created in other environments or CI pipelines.

オプション

オプションデフォルト内容説明
-f, --fileImport from a file path

利用例

Import a .dockerbuild archive from standard input

docker buildx history import < mybuild.dockerbuild

Import a build archive from a file (--file)

docker buildx history import --file ./artifacts/backend-build.dockerbuild

Open a build manually

By default, the import command automatically opens the imported build in Docker Desktop. You don't need to run open unless you're opening a specific build or re-opening it later.

If you've imported multiple builds, you can open one manually:

docker buildx history open ci-build