mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
29 lines
760 B
YAML
29 lines
760 B
YAML
command: docker buildx imagetools
|
|
short: Commands to work on images in registry
|
|
long: |-
|
|
Imagetools contains commands for working with manifest lists in the registry.
|
|
These commands are useful for inspecting multi-platform build results.
|
|
pname: docker buildx
|
|
plink: docker_buildx.yaml
|
|
cname:
|
|
- docker buildx imagetools create
|
|
- docker buildx imagetools inspect
|
|
clink:
|
|
- docker_buildx_imagetools_create.yaml
|
|
- docker_buildx_imagetools_inspect.yaml
|
|
inherited_options:
|
|
- option: builder
|
|
value_type: string
|
|
description: Override the configured builder instance
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|