I am new to docker as well as virtual machines. When installing docker on Windows 10 for the first time it alerted me that it needed to enable Hyper-V. I don't really know what Hyper-V is, but I assume it has to do with virtualization, so I complied. However, for some tools I need to use a Linux environment so I am using Oracle's VM Virtualbox. When trying to run a VM in there, it kept giving me a blue screen. After searching, I found that to prevent this, I needed to disable Hyper-V. I did so, but now docker won't launch because the prerequisite of Hyper-V is not enabled.
What is the middle ground? How can I use Virtualbox as well as docker?