table of contents
other versions
- unstable 0.13.1+ds1-2
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
EXAMPLE¶
### Override the configured builder instance (--builder) {#builder} Same as [`buildx --builder`](/reference/cli/docker/buildx/#builder).
SEE ALSO¶
Feb 2025 |