easygcloud
Deploy a container to Cloud Run with public access enabled
command
gcloud run deploy my-app --image=gcr.io/my-project/my-app:v2 --region=us-central1 --platform=managed --allow-unauthenticatedcommand
gcloud run deploy my-app --image=gcr.io/my-project/my-app:v2 --region=us-central1 --platform=managed --allow-unauthenticatedPart of the Google Cloud CLI (gcloud) — Cloud Run category.
| Flag | Purpose |
|---|---|
--image | Set to: gcr.io/my-project/my-app:v2 |
--region | Set to: us-central1 |
--platform | Set to: managed |
--allow-unauthenticated | Boolean flag |
Test your recall — not just your reading.
Practice with interactive quiz →