VirtualBox and Hyper V conflicts on Windows 10
If you are using Windows 10 operating system and want to use virtualization on it, then you have 2 options. 1. Using Virtual Box 2. Using Hyper V This post is not about how to use them but instead, what are the issues you will encounter if you have them together. One scenario is, you have VirtualBox installed and working fine. Then you realize you want to use a docker on your Windows machine. The VirtualBox working fine until will start comparing about virtualization and acceleration. After installing the docker on your windows, all your VMs on the VirtualBox cannot start. It complains about the availability of virtualization. " The hardware virtualization is enabled in the Acceleration section of the system although it is not supported from the host system. It should be disabled in order to start the visual system " The error message not straight forward to understand. As you know virtualization is required for docker or VirtualBox to work. First thing you will do...