Container Register

Ads
Vue.js

Deploy the Vue3 Docker image to the Google Cloud Run

Through the series of articles, I've introduced several preparation things, such as "Build a Docker image" or "Push the Docker image". All these articles are the required prerequisites for the goal of this article, to deploy a Vue3 application included in the Docker image into the Google Cloud Run.
Vue.js

Push the Docker image to the Google Container Register

This article is a part of the series, "Publish the Vue3 Docker Image to Google Cloud Run". I would like to introduce the steps from the preparation of the docker push command so that we can push the Docker image to the Google Container Register (GCR) we can deploy the container to the Google Cloud Run from there.
Ads