跳到主要内容

sealos_save

sealos save

save cloud image to a tar file

sealos save [flags]

Examples

sealos save -o kubernetes.tar labring/kubernetes:v1.24.0

Options

  -h, --help               help for save
-o, --output string save image to tar archive file
-p, --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")
-t, --transport string save image transport to tar archive file.(optional value: oci-archive , docker-archive) (default "oci-archive")

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.
Auto generated by spf13/cobra on 13-Oct-2022