minikube start --driver=kvm2 --memory 8192 --cpus 6
minikube dashboard
minikube delete
minikube addons enable ingress
will open port 80 and 443Using Docker images for local development in minikube
eval $(minikube docker-env)
[1]: linux - How can I use local Docker images with Minikube? - Stack Overflow