LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

crane-copy

copy container images between registries

TLDR

Copy an image between registries
$ crane copy [source_image] [destination_image]
copy
Copy with all tags
$ crane copy --all-tags [source_repo] [destination_repo]
copy
Copy specific platform
$ crane copy --platform [linux/amd64] [source] [destination]
copy

SYNOPSIS

crane copy [options] source destination

DESCRIPTION

crane copy copies container images between registries without pulling to local storage. This is more efficient than docker pull/push as it transfers directly between registries.

PARAMETERS

-a, --all-tags

Copy all tags from source repository.
--platform platform
Copy only specific platform (e.g., linux/amd64).
-n, --no-clobber
Don't overwrite existing tags.

INSTALL

sudo pacman -S crane
copy
sudo apk add crane
copy
sudo zypper install crane
copy
brew install crane
copy
nix profile install nixpkgs#crane
copy

SEE ALSO

crane(1), crane-cp(1), skopeo(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid