Category: Docker

A few weeks ago I created a small guide to writing Dockerfiles for Golang applications.There I showed a few ways you can build a Docker image for your go app. You can find it here. In this blog I will show you how you can create a small and easy to reproduce Dockerfile for your Go app.

Related Articles