A very simple example using CompileDaemon and a Docker volume to live reload Go code, entering from the ./cmd folder.
Continue reading “Live reloading Go with Docker Compose”How to network and communicate between docker containers
Make sure the following network is present in both containers docker-compose file:
Continue reading “How to network and communicate between docker containers”