Made a library? Written a blog post? Found a useful tutorial? Share it with the Go community here or just enjoy what everyone else has found!
The Ultimate Guide to Writing Dockerfiles for Go Web-apps
You probably want to use Docker with Go, because:
1. You have to work with different versions of Go on the same machine.
2. You need exact, reproducible, shareable and deterministic environments for development as well as production.
3. You need a quick and easy way of building and deploying a final compiled binary.
4. You might want to get started quickly (anyone with Docker installed can start coding right away without setting up any other dependencies or GOPATH variables).
Well, you’ve come to the right place. READ MORE
Posted by: Brian Scott