Mise à jour de 'README.md'

This commit is contained in:
ben
2020-06-02 09:41:46 +00:00
parent 40a3515349
commit 8163b5f4ad

View File

@@ -1,12 +1,12 @@
#Add this line in postinstall script:
#During Create Instance, > Management, > Automation
Add this line in postinstall script:
During Create Instance, > Management, > Automation
<pre><code>curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh | sh</code></pre>
#Or using gcloud:
#List available OS Images:
Or using gcloud:
List available OS Images:
<pre><code>gcloud compute images list | grep debian</code></pre>
#deploy VM:
deploy VM:
<pre><code>gcloud beta compute instances create instance-3 \
--zone=us-east1-b \
--machine-type=f1-micro \