Issue:
Mounting NFS within NFS will break the system.
For example if the mount /a/b/c is already mounted and if any user try to mount /a this should not break the system.
Either docker-volume-netshare should check the location and handle it carefully.