adlogix / docker-machine-nfs

Activates NFS on docker-machine
MIT License
794 stars 104 forks source link

Support for Docker for Mac #68

Open goneflyin opened 7 years ago

goneflyin commented 7 years ago

I was ecstatic to find docker-machine-nfs when I discovered how slow the vboxfs performed for running our development environment within containers. Having done some testing with DfM, I'm finding the exact same issues with their osxfs.

That said, I found a DfM solution very similar to this one, called d4m-nfs. If I'm not mistaken, it's pretty much doing the same thing as docker-machine-nfs but without most of the bells/whistles/features.

Is this something you'd be able to do?

If not, would you be open to a PR that attempts to add in the support? I'm happy to give it a shot, although I'm far from well-versed in NFS and the different use cases I'd need to test and how to troubleshoot them. Of course, there's a first time for everything!

tonivdv commented 7 years ago

i think this is a great idea. I tried the D4M in the early days when it was still in private beta testing. I should check it out again, and see if we can use this tool to activate it also. And it would be certainly a good idea, as D4M will, I guess, become more and more the standard. Don't hesitate or be afraid to try to come up with a PR. We are all here to help each other and learn from it!

Cheers

pszalko commented 3 years ago

Any update on this issue? Will there be support for Docker for Mac anytime?

tonivdv commented 3 years ago

@pszalko If anybody opens a PR for that I'll be happy to look at it.