Completed install docker section.

This commit is contained in:
daljitdokal
2021-01-13 17:53:42 +13:00
committed by James Blair
parent 035aca3cdf
commit bccc310f15
4 changed files with 26 additions and 3 deletions

View File

@ -11,7 +11,7 @@
gcloud services enable compute.googleapis.com
# Create name for virtual machine based on date
export gcp_machine_name="gitlab-gcp-"$(date +"%Y-%m-%d")
export gcp_machine_name="gitlab-gcp-"$(date +"%s")
# Create the new machine
gcloud compute instances create $gcp_machine_name --zone australia-southeast1-a