docker buildx rm [NAME]
Remove a builder instance
Name | Description |
---|---|
--builder string |
Override the configured builder instance |
--keep-state |
Keep BuildKit state |
Removes the specified or current builder. It is a no-op attempting to remove the default builder.
Keep BuildKit state, so it can be reused by a new builder with the same name.
Currently, only supported by the docker-container
driver.