sealos_merge
sealos merge
merge multiple images into one
Synopsis
sealos merge image1:latest image2:latest -i image3:latest
sealos merge [flags]
Examples
merge images:
sealos merge kubernetes:v1.19.9 mysql:5.7.0 redis:6.0.0 -i new:0.1.0
Options
-h, --help help for merge
-i, --image string image new name
-m, --max-pull-procs int maximum number of goroutines for pulling (default 5)
--platform string set the OS/ARCH/VARIANT of the image to the provided value instead of the current operating system and architecture of the host (for example linux/arm) (default "linux/amd64")
Options inherited from parent commands
--cluster-root string cluster root directory (default "/var/lib/sealos")
--debug enable debug logger
SEE ALSO
- sealos - simplest way install kubernetes tools.