Docker image for auto-recompiling and auto-restarting Golang server

This docker image is intended to make everyday development tasks much easier by running your application server inside docker container and recompile and restart it on each .go file modification. Optionally you can also turn data race detection to find eventual concurrency problems.

https://hub.docker.com/r/acim/go-reflex/

Documentation is available within the project.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.