docs: add stubs for all commands

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-01-13 15:47:03 +01:00
parent 1a8af33ff6
commit 87ec3af5bb
5 changed files with 110 additions and 0 deletions

View 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
```