I want to work on minikube . I installed it successfully but I learned that in Windows 10 , I need to disable Hyper-v . Now , when I try to install docker , it needs Hyper-v en
You can achieve this by creating a new virtual switch in Hyper-V Manager for Minikube.
minikube start --vm-driver hyperv --hyperv-virtual-switch ""
Approach taken from the following Medium article: https://medium.com/@JockDaRock/minikube-on-windows-10-with-hyper-v-6ef0f4dc158c