I installed docker. During installation, it complained that you can't have two virtualization environments, and that it would make docker the primary one. I said: "OK."
Now, I need to go back to enabling virtualbox. I uninstalled Docker, hoping it would put things back the way they were, but: no joy.
How do I re-enable virtualization for VirtualBox now that docker is gone?
Note: Virtualization bit is set / enabled on the chip.
OS: Win10 Enterprise.
If you are planning to run docker in a linux machine your answer is yes, you can run docker without the need of VT-x or similar technologies in your processor, since Docker only required cgroups to be available on kernel to get the majority of its features working, but if you need to run docker in a Mac OSX or Windows, ...
Whatver how old it is, VirtualBox is type2-hypervisor, it should work without Intel-VT from box.
Virtualbox will get upset and not run if Microsoft Hyper-V is enabled.
Here's the solution:
paste the following command:
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
Then reboot.
To complete @DrDamnit answer, it is also possible to disable Microsoft Hyper-V from the menu.
Voilà
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With