commands.sh

crane copy

all

Efficiently copy a remote image from source to target while retaining the digest value.

More info →

Options (5)

boolean

Copy an image from source to target

Example: crane {{[cp|copy]}} {{source}} {{target}}
-a, --all-tagsboolean

Copy all tags

Example: crane {{[cp|copy]}} {{source}} {{target}} {{[-a|--all-tags]}}
-j, --jobsboolean

Set the maximum number of concurrent copies, defaults to GOMAXPROCS

Example: crane {{[cp|copy]}} {{source}} {{target}} {{[-j|--jobs]}} {{int}}
-n, --no-clobberboolean

Avoid overwriting existing tags in target

Example: crane {{[cp|copy]}} {{source}} {{target}} {{[-n|--no-clobber]}}
-h, --helpboolean

Display help

Example: crane {{[cp|copy]}} {{[-h|--help]}}

Examples (5)

Copy an image from source to target

crane [cp|copy] source target

Copy all tags

crane [cp|copy] source target [-a|--all-tags]

Set the maximum number of concurrent copies, defaults to GOMAXPROCS

crane [cp|copy] source target [-j|--jobs] int

Avoid overwriting existing tags in target

crane [cp|copy] source target [-n|--no-clobber]

Display help

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