I like @Hendrik Peter's, having a docker-compose is awesome. One request I have is to make sure the base Go image is ARM compatible. I know there are issues with Go and ARM in docker.
oww that sounds awesome! how would I got about making the docker image ARM compatible?
Right now I'm building from GO on alpine..
Would I need to include some kind of x64 & arm compatible image first and then manually install GO on top of that?