| DOCKER-BUILDX-STOP(1) | DOCKER-BUILDX-STOP(1) |
docker-buildx-stop - Stop builder instance
docker buildx stop [NAME]
Stops the specified or current builder. This does not prevent buildx build to restart the builder. The implementation of stop depends on the driver.
-h, --help[=false] help for stop
--builder="" Override the configured builder instance
### Override the configured builder instance (--builder) {#builder}
Same as [`buildx --builder`](/reference/cli/docker/buildx/#builder).
| Apr 2025 |