mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-21 11:17:44 +08:00
25 lines
378 B
Markdown
25 lines
378 B
Markdown
# 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
|
|
```
|