0

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
  • 413
  • 5
  • 15

1 Answers1

1

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
  • 3,433
  • 1
  • 13
  • 22
  • It seems that now it's working on running both through Hyper-V.Thanks a lot man, I didn't know about the differences between HyperV and VirtualBox :P – LuccasMF May 28 '19 at 22:21
  • Glad I could help. I suspected you want to use two virtualization software and decided to provide the all scenarios explanation. – aurelius May 29 '19 at 07:32