mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-16 08:27:06 +08:00
docs: add stubs for all commands
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
24
docs/reference/buildx_version.md
Normal file
24
docs/reference/buildx_version.md
Normal file
@ -0,0 +1,24 @@
|
||||
# buildx version
|
||||
|
||||
```
|
||||
Usage: docker buildx version
|
||||
|
||||
Show buildx version information
|
||||
|
||||
Options:
|
||||
--builder string Override the configured builder instance
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Show buildx version information
|
||||
|
||||
## Examples
|
||||
|
||||
### View version information
|
||||
|
||||
|
||||
```console
|
||||
$ docker buildx version
|
||||
github.com/docker/buildx v0.5.1-docker 11057da37336192bfc57d81e02359ba7ba848e4a
|
||||
```
|
Reference in New Issue
Block a user