Completed install docker section.

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

View File

@ -11,7 +11,7 @@
# #+NAME: Create a new google cloud project
# Create a project id based on date
export gcp_project_id="gitlab-gcp-"$(date +"%Y-%m-%d")
export gcp_project_id="gitlab-gcp-"$(date +"%s")
# Create new project using a random project id
gcloud projects create $gcp_project_id