|
|
|
|
|
by ahepp
1252 days ago
|
|
Docker uses container functionality specific to the Linux kernel. So on Linux, you can install a relatively lightweight engine. But on MacOS or Windows, you need to install the entire "Docker Desktop" app, which secretly spins up a Linux VM in the background, and presents a (pretty poor) abstraction as if this is all running on the host machine. |
|
I never understood what the point of Docker Desktop was on Windows if WSL exists.