github.com/pdmccormick/importable-docker-buildx@v0.0.0-20240426161518-e47091289030/docs/reference/buildx_imagetools.md (about) 1 # buildx imagetools 2 3 ```text 4 docker buildx imagetools [OPTIONS] COMMAND 5 ``` 6 7 <!---MARKER_GEN_START--> 8 Commands to work on images in registry 9 10 ### Subcommands 11 12 | Name | Description | 13 |:------------------------------------------|:------------------------------------------| 14 | [`create`](buildx_imagetools_create.md) | Create a new image based on source images | 15 | [`inspect`](buildx_imagetools_inspect.md) | Show details of an image in the registry | 16 17 18 ### Options 19 20 | Name | Type | Default | Description | 21 |:------------------------|:---------|:--------|:-----------------------------------------| 22 | [`--builder`](#builder) | `string` | | Override the configured builder instance | 23 24 25 <!---MARKER_GEN_END--> 26 27 ## Description 28 29 The `imagetools` commands contains subcommands for working with manifest lists 30 in container registries. These commands are useful for inspecting manifests 31 to check multi-platform configuration and attestations. 32 33 ## Examples 34 35 ### <a name="builder"></a> Override the configured builder instance (--builder) 36 37 Same as [`buildx --builder`](buildx.md#builder).