######Building your image
after building, run docker image
to check if image exists, then docker run -p 49160:80 -d <your username>/react-app
to run app in browser
######Building Go image
after building, run docker image ls
to check if image exists, then docker run -d -p 8181:8080 go-docker
to run app in browser
######Install minicube and k8s minikube start --registry-mirror=https://registry.docker-cn.com --kubernetes-version v1.16.2 minikube start --vm-driver=virtualbox --apiserver-ips 127.0.0.1 --apiserver-name localhost --alsologtostderr -v=8
https://nodejs.org/de/docs/guides/nodejs-docker-webapp/
https://medium.com/@shakyShane/lets-talk-about-docker-artifacts-27454560384f
https://www.callicoder.com/docker-golang-image-container-example/s