In the previous article of this series, we discussed how to get started using Docker to run our Go applications.
Today, we’ll take a look at how to debug a Go application that runs inside a container.
Creating the Dockerfile for debugging
Using the same repository that we used in the last article, we can switch our branch to the debug branch.
(more…)
Debugging a Go application inside a Docker container
by