buildx/docs/reference/buildx_stop.md
CrazyMax 9867ca279a
docs: update cli-docs-tool to v0.4.0
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-02-25 15:41:17 +01:00

597 B

buildx stop

docker buildx stop [NAME]

Stop builder instance

Options

Name Type Default Description
--builder string Override the configured builder instance

Description

Stops the specified or current builder. This will not prevent buildx build to restart the builder. The implementation of stop depends on the driver.

Examples

Override the configured builder instance (--builder)

Same as buildx --builder.