Hacker News new | ask | show | jobs
by deergomoo 1298 days ago
It’s the cross-OS filesystem stuff that always killed it on Docker for Mac (and to a lesser extent Docker for Windows).

I believe improvements have been made, but a lot of people these days check out their code directly in the container rather than using bind mounts, leveraging the fact that a lot of editors/IDEs now will interface directly with the containers.

1 comments

That’s been massively improved with VirtioFS. I work with mounted code and I agree it wouldn’t be possible without it.