crane-cp
Alias for crane copy
TLDR
Copy an image between registries
$ crane cp [source_image] [destination_image]
Copy with platform selection$ crane cp --platform linux/amd64 [source_image] [destination_image]
SYNOPSIS
crane cp [options] source destination
DESCRIPTION
crane cp is an alias for crane copy. It copies container images between registries without pulling to local storage, performing a server-side copy when possible.
SEE ALSO
crane(1), crane-copy(1), crane-push(1), crane-pull(1)
