How to run Docker on Windows on VirtualBox on Linux? [closed] How to run Docker on Windows on VirtualBox on Linux? [closed] windows windows

How to run Docker on Windows on VirtualBox on Linux? [closed]


Docker for Windows require Hyper-V to be enabled as it makes Mobylinux there to run linux based containers and when it is enabled you can't run VMWare Workstation or Virtual Box.

If you want to run Docker on a VM then uncheck Hyper-V box and create a VM of required Linux (eg. ArchLinux, centOS etc.) and then install Docker on the said Linux VM to run/deploy containers.

To run Windows container you have to change settings of docker from tray icons and select setting that allow windows native containers, See Image to change to windows containers. After this you can deploy windows container like here.

You may also look this thread.