Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Last active August 23, 2019 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paganotoni/956be71268dbe271c703338b36b7adac to your computer and use it in GitHub Desktop.
Save paganotoni/956be71268dbe271c703338b36b7adac to your computer and use it in GitHub Desktop.
Configuring GCloud for CloudRun

Installling gcloud CLI tool.

For mac with brew

brew cask install google-cloud-sdk

For the rest of cases

Go to this page https://cloud.google.com/sdk/install and follow instructions.

Installing the beta components

gcloud components install beta

Logging into your google cloud account

gcloud auth login

Configuring Docker with GCR

gcloud auth configure-docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment