Command Line Tools
wheels deploy build remove
Remove the docker buildx builder. Inverse of build create.
Synopsis
Section titled “Synopsis”wheels deploy build remove [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--destination=<name> | Overlay destination config. |
--dry-run | Print the commands without executing. |
Behavior
Section titled “Behavior”Emits docker buildx rm <builder-name> on the control machine. Re-creating is cheap; tear down when you’ve switched to a different build strategy or want a clean state.
Example
Section titled “Example”wheels deploy build remove