About a year ago I started fiddling with minikube to get to know Kubernetes. And then roughly nearly a year nothing gets done.
Restarting today. Of course couldn't get it working as before. "minikube delete" didn't help. Solution: "rm -rf $HOME/.minikube $HOME/.kube". This provided a clean slate. And voila, "minikube start --driver docker" worked a expected. #minikube