buildx use
Outline
The buildx use
command allows switching between builder instances.
Usage
buildx use [flags] [name]
Flags
--name string
(alias:-n
) Name of the builder instance to use
Examples
Switch to a specific builder instance:
buildx use my-builder
Use the default builder instance:
buildx use
Reference: