Download git clone ... or go get github.com/Airhelp/zendesk-mock (requires go installed and GOPATH exported) cd $GOPATH/src/github.com/AirHelp/zendesk-mock Build make build Run locally on docker docker run -p 8080:8080 airhelp/zendesk-mock Push to docker hub make push Execute tests make tests