Deploy your application on GCP Cloud Run with Artifact Registry and Docker containers

preview_player
Показать описание
In this video, we will use a Dockerfile to build an image.
Then we proceed to push the created image into Artifact Registry using the terminal.
Within GCP's console, we will push the image from Artifact Registry onto Cloud Run.
This will provide us the URL for the application's deployed link.
Рекомендации по теме
Комментарии
Автор

Please do follow these commands to push Docker Image to Artifact Registry -->

docker build -t

gcloud services enable
gcloud artifacts repositories create {repo-name} --repository-format=docker --location=us-central1 --description="created repo"
gcloud auth configure-docker us-central1-docker.pkg.dev

docker tag {local-image-name}
docker push

anirudhhosur
Автор

When doing docker push... it shows a message unauthorized: authentication failed

JavierVelas-xi
Автор

I have similar use case but inplace of frontend i have plain python code so in that case as well the same path i need to follow

ajaybhamare
Автор

Error: Forbidden
Your client does not have permission to get URL /home from this server. i have got this error.

altafziya
Автор

How is internetworking course in dalhousie...pls reply...

preethijayan