docker buildx use
Description
Set the current builder instance
This command is experimental on the Docker client.
It should not be used in production environments.
To enable experimental features in the Docker CLI, edit the config.json and set
experimental
toenabled
. You can go here for more information.
Usage
docker buildx use [OPTIONS] NAME
Options
Name, shorthand | Default | Description |
--default |
Set builder as default for current context | |
--global |
Builder persists context changes |
Parent command
Command | Description |
---|---|
docker buildx | Build with BuildKit |
Related commands
Command | Description |
docker buildx bake | Build from a file |
docker buildx build | Start a build |
docker buildx create | Create a new builder instance |
docker buildx imagetools | Commands to work on images in registry |
docker buildx inspect | Inspect current builder instance |
docker buildx ls | List builder instances |
docker buildx rm | Remove a builder instance |
docker buildx stop | Stop builder instance |
docker buildx use | Set the current builder instance |
docker buildx version | Show buildx version information |