Last active
July 3, 2018 20:46
-
-
Save b0noI/3949a959194d5018a6ff28d1aa2ceaf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export IMAGE_NAME="my-awesome-image" | |
| export IMAGE_FAMILY="family1" | |
| gcloud compute images create $IMAGE_NAME \ | |
| --source-disk $INSTANCE_NAME \ | |
| --source-disk-zone $ZONE \ | |
| --family $IMAGE_FAMILY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment