Developing Go Apps With Docker

By Mohammad Quanit

Elevator Pitch

Golang becomes one of the top languages to work with and Go applications and containers are made for each other. In this talk, we’ll learn to Dockerize a Go application along with some best practices and key concepts to avoid security pitfalls.

Description

Go applications and containers are made for each other. Go’s small application binary sizes are a perfect fit for the microservices deployment strategies that Docker excel at delivering. There are some great benefits to running your Go app in a docker container during development. In this talk, we are going to understand the way of writing Go apps in a Docker environment along with some best practices and key concepts to avoid security pitfalls.