Answers for "How can I copy image from one project to another? gcp"

0

How can I copy image from one project to another? gcp

gcloud compute --project=project2 images create image-2 --source-image=image-1 --source-image-project=project
Posted by: Guest on February-09-2021

Code answers related to "How can I copy image from one project to another? gcp"

Browse Popular Code Answers by Language