docker-cheatsheet

Google Cloud Lab

gsutil cp gs://<bucketname>/<destination>
tar zxvf <name_of_tarred_dockerfiles>
docker build -t "<username?/&limage_name>:<tag>" .
gcloud auth configure-docker
docker push <username>/<image_name>:<tag>
  
From GUI, play around with scale and hitting app using its public endpoint

Useful gcloud commands

GET
gcloud auth list
gcloud config list project
gcloud auth list

PUSH