#development #devops #docker #golang #reading-list

🔗 Shipping a Go service as a Docker container
changani.me

At this day and age Docker has established itself as the de facto tool for containerisation, it is deserved given how well it abstract its complexity away from its users. In the cloud it allows us to run containerised services as if the programming language those services have been written on don't really matter, and in fact it doesn't, provided that the service are exposed on a port.

On this blog post I will my preferred set up to Dockerize Go services.

continue reading on changani.me

⚠️ This post links to an external website. ⚠️