...
Docker on windows use Hyper-V and will stop Virtualbox and VMwareplayer to work
https://docs.docker.com/toolbox/overview/#whats-in-the-box
Work around: use docker tool ( which will use Virutalbox to create containers ) | |
---|---|
Install VirtualBox | https://www.virtualbox.org/ |
Install Docker Tool | |
Start Docker Tool ( shell ) | docker tool will create an VM on VirtualBox ( to run the docker's containers ) On the desktop click on : |
or : C:\Users\jkriker\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Docker | |
When created | |
C:\Program Files\Docker Toolbox | |
...
get-started/#recap-and-cheat-sheet
| |||||
Install an Ubuntu docker | docker run –it ubuntu:latest bash |