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.
30 lines
666 B
YAML
30 lines
666 B
YAML
3 years ago
|
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
|
||
|
|