Skip to content

Instantly share code, notes, and snippets.

@nooptr
Last active January 7, 2016 02:19
Show Gist options
  • Save nooptr/cd2e8997e9465fdebebc to your computer and use it in GitHub Desktop.
Save nooptr/cd2e8997e9465fdebebc to your computer and use it in GitHub Desktop.
GCPの他のプロジェクトからイメージを使う方法 ref: http://qiita.com/thangnv/items/da4e719efd83471a3ca8
gcloud config set project <project-id-of-project-2>
gcloud config list
gcloud compute instances create <name-of-new-instance> \
--image <name-of-your-image-from-project-1> \
--image-project "<project-id-of-project-1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment