gcrane
Verified for current stable LTS
Gcrane Command: Migrate Images Between Us And Eu Registry
Use for migrate images between us and eu registry with Gcrane. Exact CLI syntax to migrate images between us and eu registry using Gcrane.
When to use this: Use for migrate images between us and eu registry with Gcrane.
Command Syntax
gcrane cp -r <gcr.io>/<my-project-id>/<repository> <eu.gcr.io>/<my-project-id>/<repository> gcrane cp -r <gcr.io>/<my-project-id>/<repository> <eu.gcr.io>/<my-project-id>/<repository> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to migrate images between us and eu registry 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: Login To Registry
gcrane auth login <registry> -u <user> -p <password> Gcrane Command: List Tags And Manifests gcrane ls <registry>/<project_id> Gcrane Command: Copy Images Between Registries gcrane cp -r <source_registry>/<project_id>/<repository> <target_registry>/<project_id>/<repository> Gcrane Command: Print Garbage Collectible Images gcrane gc <registry>/<project_id>/<repository> Gcrane Command: Delete Garbage Collectible Images gcrane gc <registry>/<project_id>/<repository> | xargs -n 1 gcrane delete