For for compiling go (golang) based applications using Docker.
Put your source in ./mpapp/
and then run something like:
$ ./dc-run ./build.sh
See the file ./mpapp/build-mailslurper.sh
for an example build script.
The Docker Image app-go_native_compiler-<ARCH> will automaticly be downloaded from the Docker Hub.
The source for the image can be found here https://github.com/tsitle/dockerimage-app-go_native_compiler.