docker buildx
Extended build capabilities with BuildKit
Subcommands
Name | Description |
---|---|
bake | Bake is a high-level build command. Each specified target will run in parallel as part of the build |
build | The 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 |
create | Create a new builder instance |
du | Disk usage |
imagetools | Imagetools contains commands for working with manifest lists in the registry. These commands are useful for inspecting multi-platform build results |
inspect | Inspect current builder instance |
install | Install buildx as a ‘docker builder’ alias |
ls | List builder instances |
prune | Remove build cache |
rm | Remove a builder instance |
stop | Stop builder instance |
uninstall | Uninstall the ‘docker builder’ alias |
use | Set the current builder instance |
version | Show buildx version information |
Options
Name | Description |
---|---|
--builder <string> |
|