This app was created for the Microservices class @ UniMe.
docker login
docker build . --rm -f Dockerfile -t smartdestroyer:latest
docker tag smartdestroyer smartdestroyer:latest & docker push smartdestroyer:latest
docker run -d -p 5000:5000 smartdestroyer:latest
kubectl run smartdestroyer smartdestroyer:latest --port=5000
kubectl expose deployment smartdestroyer --type=NodePort
minikube service smartdestroyer --url
Federico Burgio - Lead Architect @ BaxEnergy http://www.baxenergy.com http://www.freemindfoundry.com