From 40a3515349cd7197044e4cce91643d3c2e569bac Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 Jun 2020 08:27:05 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cc9376e..c92d0fb 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,13 @@ #Add this line in postinstall script: #During Create Instance, > Management, > Automation -curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh | sh +
curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh | sh
#Or using gcloud: - #List available OS Images: -gcloud compute images list | grep debian +
gcloud compute images list | grep debian
- -#deploy VM: -

-gcloud beta compute instances create instance-3 \
+#deploy VM: 
+
gcloud beta compute instances create instance-3 \
 --zone=us-east1-b \
 --machine-type=f1-micro \
 --subnet=default \