docker-volume-netshare icon indicating copy to clipboard operation
docker-volume-netshare copied to clipboard

Support for "Docker for Mac"?

Open pauldotknopf opened this issue 8 years ago • 5 comments

I see downloads for Linux only.

Is it possible to build the plugin manually, and install it? Do you have instructions on doing so?

pauldotknopf avatar Jan 21 '17 18:01 pauldotknopf

+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)

andree-bjorkgard avatar Feb 06 '17 14:02 andree-bjorkgard

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

Wingsofcourage avatar Feb 17 '17 15:02 Wingsofcourage

+1 I successfully compiled using go, but I get the same error as above.

mchadwickchennault avatar Mar 03 '17 22:03 mchadwickchennault

In era of extremely slow volume mounts on Docker for Mac this could be a solution before Docker team will do something with Apple.

cadavre avatar Mar 30 '17 11:03 cadavre

Using the --tcp option suppresses the "unix socket creation only supported on linux" error. But it just hangs, doesn't work.

NoMoreNicksLeft avatar Apr 13 '18 20:04 NoMoreNicksLeft