Go Web Application using Docker
In this tutorial we will be building a go based application using docker and make use of multi-stage builds so that we can optimize our storage size of our image. The source code can be found on github
Go Application#
Our go application is a simple w...
ruanbekker.hashnode.dev2 min read