Mise à jour de 'README.md'
This commit is contained in:
10
README.md
10
README.md
@@ -1,12 +1,12 @@
|
|||||||
#Add this line in postinstall script:
|
Add this line in postinstall script:
|
||||||
#During Create Instance, > Management, > Automation
|
During Create Instance, > Management, > Automation
|
||||||
<pre><code>curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh | sh</code></pre>
|
<pre><code>curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh | sh</code></pre>
|
||||||
|
|
||||||
#Or using gcloud:
|
Or using gcloud:
|
||||||
#List available OS Images:
|
List available OS Images:
|
||||||
<pre><code>gcloud compute images list | grep debian</code></pre>
|
<pre><code>gcloud compute images list | grep debian</code></pre>
|
||||||
|
|
||||||
#deploy VM:
|
deploy VM:
|
||||||
<pre><code>gcloud beta compute instances create instance-3 \
|
<pre><code>gcloud beta compute instances create instance-3 \
|
||||||
--zone=us-east1-b \
|
--zone=us-east1-b \
|
||||||
--machine-type=f1-micro \
|
--machine-type=f1-micro \
|
||||||
|
|||||||
Reference in New Issue
Block a user