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

Fixing volume name prefix added by docker stack deploy on EFS driver #180

Open wfelipew opened 5 years ago

wfelipew commented 5 years ago

Remove/Sanitize prefix in the name the volume created by "docker stack deploy" before try to mount. Without this fix is impossible to mount volumes created by "docker stack deploy" because docker create volume prefixed with the name of the stack.