ContainX / docker-volume-netshare

Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin
http://netshare.containx.io
Apache License 2.0
1.12k stars 164 forks source link

Fix for the invalid socket name #99

Closed bezineb5 closed 7 years ago

bezineb5 commented 7 years ago

The first parameter of the ServeUnix method is used as filename for the socket (without extension, which is added later). This is a fix for: https://github.com/ContainX/docker-volume-netshare/issues/97

gondor commented 7 years ago

LGTM! Thank you