Scroll to navigation

DOCKER-BUILDX-IMAGETOOLS(1) DOCKER-BUILDX-IMAGETOOLS(1)

NAME

docker-buildx-imagetools - Commands to work on images in registry

SYNOPSIS

docker buildx imagetools

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.

OPTIONS

-h, --help[=false] help for imagetools

OPTIONS INHERITED FROM PARENT COMMANDS

--builder="" Override the configured builder instance

EXAMPLE

### Override the configured builder instance (--builder) {#builder}
Same as [`buildx --builder`](/reference/cli/docker/buildx/#builder).

SEE ALSO

docker-buildx(1), docker-buildx-imagetools-create(1), docker-buildx-imagetools-inspect(1)

Feb 2025