A group celebrating

It's running!

Congratulations, you successfully deployed a container image to Cloud Run

{{ if and .Project (and .Region .Service) }} This created the revision {{.Revision}} of the Cloud Run service {{.Service}} {{if .Region}} in {{.Region}}{{end}} {{if .Project}} in the GCP project {{.Project}}{{end}}. {{ else }} This container does not seem to be running on Cloud Run. {{ end }}

{{ with .AuthenticatedEmail }}

You are authenticated as {{.}}.

{{ end }}

You can deploy any container to Cloud Run that listens for HTTP requests on the port defined by the PORT environment variable. Cloud Run will scale automatically based on requests and you never have to worry about infrastructure.

What's next?

Follow the Quickstart tutorial to build a “Hello World” application in your favorite language into a container image, and then deploy it to Cloud Run.

BUILD AND DEPLOY QUICKSTART {{ if and .Project (and .Region .Service) }} VIEW IN CLOUD CONSOLE {{ end }}