Search code snippets, questions, articles...

Docker Commands for Build image and push to Google Cloud Run

//build
docker build -t gcr.io/<project-id>/image-name:tag-name .

//push
docker push gcr.io/<project-id>/image-name:tag-name

//authenticating 
gcloud auth configure-docker

//delete everything
docker system prune -a --volumes

Docker Commands for Build image and push to Google Cloud Run

Search Index Data (The code snippet can also be found with below search text)

Docker Commands for Build image and push to Google Cloud Run
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet