Skip to main content

All Questions

2 votes
2 answers
2k views

Are there any downsides to switching off Hyper-V?

I like to be able to use VirtualBox as I am doing a couple of courses that require it, but I also want to use WSL2 (and I'd quite like to use Docker, too). I don't think VBox works with Hyper-V ...
fffrost's user avatar
  • 205
0 votes
0 answers
1k views

concurrently running virtualbox, docker and WSL 2.0

Quoting https://docs.docker.com/machine/get-started/ , Docker Desktop for Windows uses Microsoft Hyper-V for virtualization, and Hyper-V is not compatible with Oracle VirtualBox. Therefore, you ...
neubert's user avatar
  • 7,212
0 votes
1 answer
239 views

Docker on Linux VM using host OS RAM

On a Windows 10 OS system, I have installed VirtualBox with 4 GB RAM, using CentOs 7 as its OS. Turning on the VM, the RAM utilization of the host OS increases as expected to a certain level (the ...
user1173240's user avatar
2 votes
0 answers
3k views

How to use Docker along with Oracle Virtual Box?

Docker requires Hyper-V to be turned ON, while Oracle Virtual Box requires Hyper-V to be turned OFF. So it is impossible to use both Docker and Oracle Virtual Box on the same Windows machine or there ...
Dims's user avatar
  • 12.8k
5 votes
4 answers
10k views

Enable Virtualization for Windows 10 Pro running inside VirtualBox

My ultimate goal is to run docker for windows inside a Windows 10 Pro (evaluation). To do that, Downloaded Windows 10 Pro evaluation image from Microsft website, Mounted it with virtual box ...
guilhermecgs's user avatar
3 votes
1 answer
3k views

Mounting Shared folders inside Docker machine on Windows

I have installed latest Docker Toolbox 1.11.2 on Windows 10. When I run $ docker-machine create -d virtualbox default - virtualbox creates image, everything is fine. Shared folders are configured by ...
igoryok.zp's user avatar