Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 361 Bytes

Go Docker Compose Remote Containerised Development Template

.air - live reload component for docker to hook on

When using docker-compose to develop Golang remotely, there needs to be a persistent go program for docker to monitor.

But in the beginning, you have nothing, a simple HTTP program cannot be persisted, so a live-reload component is helpful.