buildx/docs/reference/buildx_stop.md
Sebastiaan van Stijn 1a8af33ff6
docs: standardize format for usage
Use the usage output of `--help` for each subcommand, to make
sure all flags/options are included on the page, and to make
it easier to keep docs in sync.

Note that the usage output is only used when reading these
docs on GitHub; docs.docker.com only consumes the "description"
and "example" sections (when present), and generates flag information
and usage output from source

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-25 00:37:57 +01:00

322 B

buildx stop

Usage:  docker buildx stop [NAME]

Stop builder instance

Options:
      --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.