Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wingsum93/79f563823e7ba36a23c676562e643867 to your computer and use it in GitHub Desktop.
Save wingsum93/79f563823e7ba36a23c676562e643867 to your computer and use it in GitHub Desktop.
Transfer google vm image between different account
gcloud alpha compute images export --destination-uri gs://yourbucket/yourimagename.vmdk --image yourImageName --export-format vmdk --project yourProjectID
gcloud alpha compute images export --destination-uri gs://j111-cloud/vmold.vmdk --image j-image --export-format vmdk --project calendardate-1618304432238
gsutil cp gs://j111-cloud/vmold.vmdk gs://james-2021/vmnew.vmdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment