Simple Hello Word in Golang using buffalo framework and docker to create an image.
buffalo dev
docker build -t yourLogin/buffalo-hello:latest .
docker run -p 3000:3000 yourLogin/buffalo-hello
docker login
docker push yourLogin/buffalo-hello:latest