GCP ACE · Question 26 · Domain 3.3: Deploying Cloud Run and Cloud Functions
You have built a Docker container image for a web application and pushed it to Google Artifact Registry. You want to deploy this image to Cloud Run so that it can receive public HTTPS traffic.
Which gcloud command should you use?
Answer options:
gcloud run deploy --image [IMAGE_URL] --allow-unauthenticated
gcloud compute instances create-with-container --container-image [IMAGE_URL]
gcloud container run --image [IMAGE_URL] --public
gcloud run start --image [IMAGE_URL]
50 questions · hints · full answers · grading