After configuring for docker, minikube doesn't run anymore

5/28/2019

I user minikube on windows. It was working perfectly, but my "docker-for-desktop" wasn't.

After running the command BCDEDIT /Set {current} hypervisorlaunchtype auto my Docker app started to work but everytime I try to start my minikube VM it shows me an error about "VBOX_VERRR_VMW_NO_VMX".

When i run the BCDEDIT /Set {current} hypervisorlaunchtype off minikube works again, but DOcker doesn't. And I docker working for build the docker images, and the minikube for hosting them.

Someone can help me ?

-- LuccasMF
docker-desktop
hyper-v
kubernetes
minikube

1 Answer

5/28/2019

Did you follow official guides for Docker for Windows and Minikube? I wrote some answers about particular scenarios with Windows, Docker for Windows and minikube. Try reading this answer or this. They should be enough to solve the problems.

If you still have issues try to describe what steps you have made that led you to the error.

-- aurelius
Source: StackOverflow