Writing Dockerfile for Golang web application

In the previous post, we learned how to write Go application that using REST API protocol to populate data. In this post, we will see how to deploy that application in Docker container by using Dockerfile. There are many benefits of deploying app in container compared to traditional deployment such as physical server or virtual […]

Writing Dockerfile for Golang web application Read More »