|
|
|
|
|
by jacques_chester
4089 days ago
|
|
> In other words, if you want to run a Linux based Docker container on Windows you're still going to need Virtual Box. Is this a surprise? Containerisation is not magical pixie dust -- it's a particular approach to implementation that is specific to the OS. You have a single kernel, and it follows that in general that single kernel will only allow corresponding containers to be run. That there will be a Docker server backend that can speak Hyper-V doesn't magically make a Windows kernel into a Linux kernel, or vice versa. |
|