Skip to content

Commit

Permalink
Use image family instead of image for instance create
Browse files Browse the repository at this point in the history
  • Loading branch information
mkvalor committed Sep 27, 2017
1 parent 10e7367 commit 9e1887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hccreate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

gcloud compute instances create homebase --image dev-ubuntu16-04-1-xerus --disk name=hc-sourcefiles-uc1b,mode=rw --machine-type=g1-small
gcloud compute instances create homebase --image-family ubuntu-homebase --disk name=hc-sourcefiles-uc1b,mode=rw --machine-type=g1-small

0 comments on commit 9e1887d

Please sign in to comment.