buildx/docs/reference/buildx_imagetools.md
David Karlsson 95062ce8df
docs: minor cli reference editorial updates
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
(cherry picked from commit 7a724ac445793add1dd4e2758be154691614bd39)
2023-11-16 11:47:07 -08:00

1.2 KiB

buildx imagetools

docker buildx imagetools [OPTIONS] COMMAND

Commands to work on images in registry

Subcommands

Name Description
create Create a new image based on source images
inspect Show details of an image in the registry

Options

Name Type Default Description
--builder string Override the configured builder instance

Description

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.

Examples

Override the configured builder instance (--builder)

Same as buildx --builder.