Dockerize and Push Golang Web App to Google Container Registry (GCR)

Dockerizing Golang Web App to Google Container Registry Hi! in this article we will discuss about how can we dockerize existing Golang web app and upload our image to Google Container Registry. Prerequisite : Docker Installed I am using docker for windows, version Docker version 20.10.7, build f0df350 Golang Web App You could use your existing Golang web app, use my boilerplate code from the source section, or just create your own basic web app....

October 25, 2021 · 6 min · Me