docker buildx

Extended build capabilities with BuildKit

Subcommands

NameDescription
bakeBake is a high-level build command. Each specified target will run in parallel as part of the build
buildThe buildx build command starts a build using BuildKit. This command is similar to the UI of docker build command and takes the same flags and arguments
createCreate a new builder instance
duDisk usage
imagetoolsImagetools contains commands for working with manifest lists in the registry. These commands are useful for inspecting multi-platform build results
inspectInspect current builder instance
installInstall buildx as a ‘docker builder’ alias
lsList builder instances
pruneRemove build cache
rmRemove a builder instance
stopStop builder instance
uninstallUninstall the ‘docker builder’ alias
useSet the current builder instance
versionShow buildx version information

Options

NameDescription
--builder <string>
  • Persistent ⚖