LinuxCommandLibrary

crane-pull

download container image as tarball

TLDR

Pull image to tarball

$ crane pull [image:tag] [output.tar]
copy
Pull specific platform
$ crane pull --platform [linux/amd64] [image:tag] [output.tar]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community