mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
30 lines
666 B
YAML
30 lines
666 B
YAML
command: docker buildx version
|
|
short: Show buildx version information
|
|
long: Show buildx version information
|
|
usage: docker buildx version
|
|
pname: docker buildx
|
|
plink: docker_buildx.yaml
|
|
inherited_options:
|
|
- option: builder
|
|
value_type: string
|
|
description: Override the configured builder instance
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
examples: |-
|
|
### View version information
|
|
|
|
|
|
```console
|
|
$ docker buildx version
|
|
github.com/docker/buildx v0.5.1-docker 11057da37336192bfc57d81e02359ba7ba848e4a
|
|
```
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|