commands.sh

crane pull

all

Pull remote images by reference and store their contents locally.

More info →

Options (2)

-c, --cache_pathboolean

Path to cache image layers

Example: crane pull {{image_name}} {{path/to/tarball}} {{[-c|--cache_path]}} {{path/to/cache}}
-h, --helpboolean

Display help

Example: crane pull {{[-h|--help]}}

Examples (5)

Pull remote image

crane pull image_name path/to/tarball

Preserve image reference used to pull as an annotation when used with `--format=oci`

crane pull image_name path/to/tarball --annotate-ref

Path to cache image layers

crane pull image_name path/to/tarball [-c|--cache_path] path/to/cache

Format in which to save images (default `tarball`)

crane pull image_name path/to/tarball -format format_name

Display help

crane pull [-h|--help]
made by @shridhargupta | data from tldr-pages