5 ms·
Damn, I did not know you need a VM for Docker on macOS. That's kind of ironic, isn't it XD Every day I wake up and thank the universe for MS making WSL2
by dimitarbogdanov 18d ago
Damn, I did not know you need a VM for Docker on macOS. That's kind of ironic, isn't it XD
Every day I wake up and thank the universe for MS making WSL2
- skydhash 18d agoIsn’t WSL2 vm based?
- maleldil 18d agoWSL2 is also a virtual machine.
- anglesideangle 18d agoWSL2 is also a VM. docker relies on the linux kernel apis, so it must be ran inside a linux VM on macos or windows
- isityettime 18d agoWindows does have a native sandboxing API that Docker is capable of using IIRC, but nobody uses it. The macOS situation is even worse in that the kernel lacks the requisite capabilities.
- WD-42 18d agoI’d rather run real Linux in a VM than a buggy appropriation of it in WSL