crane-pull
download container image as tarball
TLDR
Pull image to tarball
$ crane pull [image:tag] [output.tar]
Pull specific platform$ crane pull --platform [linux/amd64] [image:tag] [output.tar]
SYNOPSIS
crane pull [options] image output
DESCRIPTION
crane pull downloads a container image and saves it as a tarball. The tarball can be loaded into Docker with docker load.
PARAMETERS
--platform platform
Pull specific platform.--format format
Output format (tarball or legacy).
SEE ALSO
crane(1), crane-push(1), crane-export(1)
