Can I run Docker in a Virtual Machine?
If the VM is a Linux, you can do this without any problem – on Linux, the Docker is essentially a well-worked chroot. Thus, the Linux docker is not virtualization. In the case of Windows, it is not so easy. Windows Docker internally uses Hyper-V to emulate the containers. Which means that you can only … Read more