docker buildx imagetools create

Description

Create a new image based on source images

This command is experimental on the Docker client.

It should not be used in production environments.

To enable experimental features in the Docker CLI, edit the config.json and set experimental to enabled. You can go here for more information.

Usage

docker buildx imagetools create [OPTIONS] [SOURCE] [SOURCE...]

Options

Name, shorthand Default Description
--append Append to existing manifest
--dry-run Show final image instead of pushing
--file , -f Read source descriptor from file
--tag , -t Set reference for new image

Parent command

Command Description
docker buildx imagetools Commands to work on images in registry
Command Description
docker buildx imagetools create Create a new image based on source images
docker buildx imagetools inspect Show details of image in the registry