Hacker News new | ask | show | jobs
by CubsFan1060 1606 days ago
Has anyone done any filesystem speed comparisons on any of these? Mounting volumes on Mac in Docker Desktop is... not great. Anyone found any good comparisons?
1 comments

FWIW, I recently switched from an Intel to an M1 Macbook, and found shared volumes with Docker Desktop were unusably slow (previously, I'd used VirtualBox host docker and shared files into it via NFS).

However, using https://mutagen.io/ to keep the container in sync has worked remarkably well - it's greatly improved the speed of the container.

Awesome. I'll try it out. Thanks!