Scroll to navigation

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

docker-buildx(1)

Feb 2025