docker buildx imagetools create <string>
Create a new image based on source images
Arguments
Name | Description |
---|---|
string |
Options
Name | Description |
---|---|
--append <string> | Append to existing manifest |
--dry-run <string> | Show final image instead of pushing |
--file, -f <string> | Read source descriptor from file |
--progress <progress> | Set type of progress output (auto, plain, tty). Use plain to show container output |
--tag, -t <string> | Set reference for new image |