docker buildx imagetools

Description

Commands to work on images in registry

Extended description

Imagetools contains commands for working with manifest lists in the registry. These commands are useful for inspecting multi-platform build results.

For example uses of this command, refer to the examples section below.

Examples

Override the configured builder instance (--builder)

Same as buildx --builder.

Parent command

Command Description
docker buildx Docker Buildx

Child commands

Command Description
docker buildx imagetools create Create a new image based on source images
docker buildx imagetools inspect Show details of an image in the registry
Command Description
docker buildx bake Build from a file
docker buildx build Start a build
docker buildx create Create a new builder instance
docker buildx du Disk usage
docker buildx imagetools Commands to work on images in registry
docker buildx inspect Inspect current builder instance
docker buildx ls List builder instances
docker buildx prune Remove build cache
docker buildx rm Remove a builder instance
docker buildx stop Stop builder instance
docker buildx use Set the current builder instance
docker buildx version Show buildx version information