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

Starting Nodejs Development With Docker

Introduction Docker is a really convenience tool to use either in development or production environment. When we develop something as a team we often encounter the case it worked on my system by using docker we can reduce this by a great amount. It makes development and deployment to production far way easier. Here in this article we will discuss how can we start a NodeJS - Express project in a docker environment....

April 30, 2021 · 14 min · Me