Install dependencies using Glide Package Management for Go
$ glide install
Build the binary
$ make build
Run the app
$ ./azure-demo-app
Release the app
$ make release
./build.sh
$ docker run -d --rm -p 127.0.0.1:8000:8000 poteb/azure-demo-app:v1.0.0
Now point your browser to: http://localhost:8000/version
$ docker push poteb/azure-demo-app:v1.0.0