Today we’ll be continuing our series on how to use Docker to run and debug Go applications.
In this post, we'll use Docker Compose to run and debug our application. For this article, we’ll be using the source code here and we’ll switch to the compose branch before we start.
Running Go applications using Docker Compose
Let's start with running the application using Docker Compose.
(more…)
Running Go applications using Docker Compose in GoLand
by