Share feedback
Answers are generated based on the documentation.

docker buildx

内容説明Docker Buildx
利用方法docker buildx

内容説明

BuildKit を用いた拡張ビルド機能。

オプション

オプションデフォルト内容説明
--builder設定済みビルダーインスタンスをオーバーライドします。
-D, --debugEnable debug logging

利用例

設定済みビルダーインスタンスのオーバーライド (--builder)

環境変数 BUILDX_BUILDER を用いることもできます。

Enable the default policy

Set BUILDX_DEFAULT_POLICY=1 to enable Buildx's built-in source policy. The policy verifies signed tags for images managed by Docker, including BuildKit builder images and Dockerfile frontends. Untagged digest references and images outside the managed repositories are allowed unchanged. Tagged references that also contain a digest still have their release identity verified.

サブコマンド

コマンド内容説明
docker buildx bakeBuild from a file
docker buildx buildStart a build
docker buildx create新規ビルダーインスタンスの生成
docker buildx dapStart debug adapter protocol compatible debugger
docker buildx debugデバッガーの開始
docker buildx dial-stdioProxy current stdio streams to builder instance
docker buildx duディスク使用量
docker buildx historyCommands to work on build records
docker buildx imagetoolsCommands to work on images in registry
docker buildx inspectInspect current builder instance
docker buildx lsビルダーインスタンスの一覧表示
docker buildx policyCommands for working with build policies
docker buildx pruneRemove build cache
docker buildx rmRemove one or more builder instances
docker buildx stopStop builder instance
docker buildx useSet the current builder instance
docker buildx versionShow buildx version information