mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00

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>
16 lines
322 B
Markdown
16 lines
322 B
Markdown
# 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.
|