docker-volume-netshare
docker-volume-netshare copied to clipboard
Support for "Docker for Mac"?
I see downloads for Linux only.
Is it possible to build the plugin manually, and install it? Do you have instructions on doing so?
+1 I've never tinkered with Go at all but I did try compiling it for mac with darwin-arch opts but couldn't for the life of me get it to work. The plugin ran but I could not get docker to talk to the plugin (tried cifs only though). With googles help, I recompiled the code with different options but still no success. Maybe there is someone more proficient in Go who are willing to give it a go (pun intended)
Hi I can compile it, but i got an error after start: kronos:docker-volume-netshare timmel$ ./docker-volume-netshare nfs INFO[0000] == docker-volume-netshare :: Version: - Built: == INFO[0000] Starting NFS Version 4 :: options: '' unix socket creation is only supported on linux and freebsd
+1 I successfully compiled using go, but I get the same error as above.
In era of extremely slow volume mounts on Docker for Mac this could be a solution before Docker team will do something with Apple.
Using the --tcp option suppresses the "unix socket creation only supported on linux" error. But it just hangs, doesn't work.