buildx

November 16, 2023 ยท View on GitHub

docker buildx [OPTIONS] COMMAND

Extended build capabilities with BuildKit

Subcommands

NameDescription
bakeBuild from a file
buildStart a build
createCreate a new builder instance
debugStart debugger
duDisk usage
imagetoolsCommands to work on images in registry
inspectInspect current builder instance
lsList builder instances
pruneRemove build cache
rmRemove a builder instance
stopStop builder instance
useSet the current builder instance
versionShow buildx version information

Options

NameTypeDefaultDescription
--builderstringOverride the configured builder instance

Examples

Override the configured builder instance (--builder)

You can also use the BUILDX_BUILDER environment variable.