gcrane
Verified for current stable LTS
Gcrane Command: Copy Images Between Registries
Use for copy images between registries with Gcrane. Exact CLI syntax to copy images between registries using Gcrane.
When to use this: Use for copy images between registries with Gcrane.
Command Syntax
gcrane cp -r <source_registry>/<project_id>/<repository> <target_registry>/<project_id>/<repository> gcrane cp -r <source_registry>/<project_id>/<repository> <target_registry>/<project_id>/<repository> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to copy images between registries using Gcrane.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gcrane Command: Delete Garbage Collectible Images
gcrane gc <registry>/<project_id>/<repository> | xargs -n 1 gcrane delete Gcrane Command: List Registry With Id gcrane ls <gcr.io>/<my-project-id> Gcrane Command: List Tags And Manifests gcrane ls <registry>/<project_id> Gcrane Command: Login To Registry gcrane auth login <registry> -u <user> -p <password> Gcrane Command: Migrate Images Between Us And Eu Registry gcrane cp -r <gcr.io>/<my-project-id>/<repository> <eu.gcr.io>/<my-project-id>/<repository>