Options (2)
-c, --cache_pathbooleanPath to cache image layers
Example:
crane pull {{image_name}} {{path/to/tarball}} {{[-c|--cache_path]}} {{path/to/cache}}-h, --helpbooleanDisplay help
Example:
crane pull {{[-h|--help]}}Examples (5)
Pull remote image
crane pull image_name path/to/tarballPreserve image reference used to pull as an annotation when used with `--format=oci`
crane pull image_name path/to/tarball --annotate-refPath to cache image layers
crane pull image_name path/to/tarball [-c|--cache_path] path/to/cacheFormat in which to save images (default `tarball`)
crane pull image_name path/to/tarball -format format_nameDisplay help
crane pull [-h|--help]made by @shridhargupta | data from tldr-pages