table of contents
| DOCKER-BUILDX-STOP(1) | DOCKER-BUILDX-STOP(1) |
NAME¶
docker-buildx-stop - Stop builder instance
SYNOPSIS¶
docker buildx stop [NAME]
DESCRIPTION¶
Stops the specified or current builder. This does not prevent buildx build to restart the builder. The implementation of stop depends on the driver.
OPTIONS¶
-h, --help[=false] help for stop
OPTIONS INHERITED FROM PARENT COMMANDS¶
--builder="" Override the configured builder instance
-D, --debug[=false] Enable debug logging
EXAMPLE¶
### Override the configured builder instance (--builder) {#builder}
Same as [`buildx --builder`](/reference/cli/docker/buildx/#builder).
SEE ALSO¶
| Oct 2025 |