I would like to run Docker instances in my local Kubernetes cloud.
I activated Hyper-V on my Windows 10 Pro to accommodate for Docker. Docker runs fine, I can use the CLI perfectly.
Now I'm trying to run Kubernetes / Minikube. Unfortunately, Minikube gives me an error if I have Hyper-V activated.
If I deactivate Hyper-V and reboot, Docker says that it cannot run without Hyper-V. That seems like a conundrum.
Any tips or suggestions to have both running? I'd like to spin docker images in my local Kubernetes cluster.
Thanks!