===
To run locally install docker and minikube then follow minikube instructions to start up a cluster. Configure docker to use minikube and launch our MeV image
eval $(minikube docker-env)
docker run -p8080:8080 -d cccb/mev-web:baylie-2017-02-10
echo http://$(minikube ip):8080
The last line of output should be the URL of the application