Getting started
Apolo Extras Documentation
Image Operations
Copying Images
# Copy image from project1 to project2 within the same cluster
apolo-extras image transfer \
image:/project/image:tag \
image:/target-project/image:tag# Force overwrite existing image
apolo-extras image transfer -F \
image:/project/image:tag \
image:/target-project/image:tag# Copy image between different clusters
apolo-extras image transfer \
image://cluster/organization/project/image:tag \
image://target-cluster/target-organization/target-project/image:tagBuilding Images
Data Operations
Data Transfer Between Projects
External Storage Operations
Advanced Data Transfer Options
Last updated
Was this helpful?