- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Your First Cloud Run Deployment
In this hands-on lab, you'll familiarize yourself with Cloud Run, both in the web Cloud Console and via the command line in Cloud Shell. You'll deploy a Hello World container image to Cloud Run, and then import a public image from Docker Hub to create a second Cloud Run service.

Lab Info
Table of Contents
-
Challenge
Deploy a Hello World Container in the Cloud Console
Deploy a container using the
hello
sample container with Cloud Run through the Google Cloud Console. Make sure to configure the deployment for unauthenticated invocations and set the maximum number of instances to 1. Deploy the image and test the service URL. Once completed, delete the deployment before moving on to the next objective. -
Challenge
Deploy a Hello World Container with the Cloud Shell
Launch Google Cloud Shell and configure the environment to use the provided project, the
managed
platform, theus-east1
region, and configure Docker authentication. Once that has been completed, deploy the sample container with Cloud Run from the Cloud Shell and test the service URL.Once completed, delete the deployment before moving on to the next objective.
Note: Make sure to set the deployment to use
2
CPUs and4Gi
of memory. -
Challenge
Deploy a Public Docker Image to Cloud Run
In Cloud Shell, pull down the public docker image
mattipaksula/http-doom
. Once pulled, tag the image and push the image to theGoogle Cloud Registry
. Deploy the image and test the service URL. Upon completion, delete the deployment.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.