mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
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>
This commit is contained in:
@ -1,4 +1,14 @@
|
||||
# `buildx inspect [NAME]`
|
||||
# buildx inspect
|
||||
|
||||
```
|
||||
Usage: docker buildx inspect [NAME]
|
||||
|
||||
Inspect current builder instance
|
||||
|
||||
Options:
|
||||
--bootstrap Ensure builder has booted before inspecting
|
||||
--builder string Override the configured builder instance
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
|
Reference in New Issue
Block a user