mirror of https://github.com/docker/docs.git
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
command: docker buildx imagetools
|
|
short: Commands to work on images in registry
|
|
long: |-
|
|
The `imagetools` commands contains subcommands for working with manifest lists
|
|
in container registries. These commands are useful for inspecting manifests
|
|
to check multi-platform configuration and attestations.
|
|
usage: docker buildx imagetools
|
|
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
|
|
details_url: '#builder'
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: debug
|
|
shorthand: D
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Enable debug logging
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
examples: |-
|
|
### Override the configured builder instance (--builder) {#builder}
|
|
|
|
Same as [`buildx --builder`](/reference/cli/docker/buildx/#builder).
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|