commands.sh

crane push

all

Push local image contents to a remote registry.

More info →

Options (1)

-h, --helpboolean

Display help

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

Examples (4)

Push local image to remote registry

crane push path/to/tarball image_name

Path to file with list of published image references

crane push path/to/tarball image_name --image-refs path/to/file

Push a collection of images as a single index (required if path has multiple images)

crane push path/to/tarball image_name --index

Display help

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