You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
378 B
Markdown
25 lines
378 B
Markdown
4 years ago
|
# 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
|
||
|
```
|