We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff39e1 commit c633c94Copy full SHA for c633c94
1 file changed
docs/installing_deis/gce.rst
@@ -115,7 +115,7 @@ Launch 3 instances. You can choose another starting CoreOS image from the listin
115
gcloud compute instances create core${num} \
116
--zone us-central1-c \
117
--machine-type n1-standard-2 \
118
- --metadata-from-file user-data=gce-user-data,sshKeys=~/.ssh/deis.pub \
+ --metadata-from-file user-data=gce-user-data,sshKeys=$HOME/.ssh/deis.pub \
119
--disk name=cored${num},device-name=coredocker \
120
--tags deis \
121
--image coreos-stable-647-2-0-v20150528 \
0 commit comments