Hacker News new | ask | show | jobs
by WhyNotHugo 1459 days ago
> Now I’m waiting for someone to create a docker fork where docker has access to the host system directly outside of the VM and shared volumes.

They're not VMs, they're containers. And it already supports accessing the host filesystem, see the `--volume` flag.

1 comments

They're VMs on Mac and maybe Windows (dunno if it uses WSL).
It uses WSL2 on windows.