docker-for-mac-nfs
docker-for-mac-nfs copied to clipboard
Join forces?
Hey @stephank I am the author of https://github.com/IFSight/d4m-nfs. Great idea to rebuild the ram disk.
I really would like to see Docker provide a solution to this horrid performance problem, but they seem a bit more focused on Docker Cloud. In the mean time, we might want to collaborate to take the best parts of your project and our project and merge them into something that can be autorun, possibly from a curl ... | bash
line, when someone updates.
Let me know if you are interested, if you are not, would you mind if I build on your idea of altering the ram disk?
Thanks,
Kenn
I like that idea! I'm also kinda torn about certain issues that have popped up since I started using NFS.
Apparently, there's some extra check in the Docker daemon that prevents mounts not in osxfs shares: https://github.com/stephank/docker-for-mac-nfs/issues/2#issuecomment-270657274
That issue also discusses permissions issues. Those sortof come with the NFS deal, I guess, but I wonder if we can do better with something other than NFS.
Commented on NFS perm issues: https://github.com/stephank/docker-for-mac-nfs/issues/2#issuecomment-270680643
I've started work on combining (what I consider to be) the best bits of docker-for-mac-nfs and d4m-nfs here: https://github.com/CraigGardener/docker-mac-nfs/tree/develop