Mise à jour de 'README.md'
This commit is contained in:
11
README.md
11
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
|
||||
<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:
|
||||
gcloud compute images list | grep debian
|
||||
<pre><code>gcloud compute images list | grep debian</code></pre>
|
||||
|
||||
|
||||
#deploy VM:
|
||||
<pre><code>
|
||||
gcloud beta compute instances create instance-3 \
|
||||
#deploy VM:
|
||||
<pre><code>gcloud beta compute instances create instance-3 \
|
||||
--zone=us-east1-b \
|
||||
--machine-type=f1-micro \
|
||||
--subnet=default \
|
||||
|
||||
Reference in New Issue
Block a user