Mise à jour de 'README.md'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
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/Public/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:
|
||||||
@@ -12,7 +12,7 @@ deploy VM:
|
|||||||
--machine-type=f1-micro \
|
--machine-type=f1-micro \
|
||||||
--subnet=default \
|
--subnet=default \
|
||||||
--network-tier=PREMIUM \
|
--network-tier=PREMIUM \
|
||||||
--metadata=startup-script="curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh |sh" \
|
--metadata=startup-script="curl https://git.mailliet.ovh/Public/GCP-PostInstall/raw/branch/master/docker-install.sh |sh" \
|
||||||
--maintenance-policy=MIGRATE \
|
--maintenance-policy=MIGRATE \
|
||||||
--image=debian-10-buster-v20200521 \
|
--image=debian-10-buster-v20200521 \
|
||||||
--image-project=debian-cloud
|
--image-project=debian-cloud
|
||||||
|
|||||||
Reference in New Issue
Block a user