You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
I was ecstatic to find
docker-machine-nfs
when I discovered how slow thevboxfs
performed for running our development environment within containers. Having done some testing with DfM, I'm finding the exact same issues with theirosxfs
.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!
The text was updated successfully, but these errors were encountered: