Skip to content

Instantly share code, notes, and snippets.

@raymelon
Last active September 27, 2019 11:52
Show Gist options
  • Select an option

  • Save raymelon/1664e1e8d9c9dddccc4ace8e94cb65d4 to your computer and use it in GitHub Desktop.

Select an option

Save raymelon/1664e1e8d9c9dddccc4ace8e94cb65d4 to your computer and use it in GitHub Desktop.
Google Cloud Platform create a disk from another project's snapshot
gcloud compute disks create [new disk name] --source-snapshot [use full url of the said snapshot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment