ContainX / docker-volume-netshare

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

Support Multi-Mode ability #31

Open gondor opened 8 years ago

gondor commented 8 years ago

We should add a new driver_opt during volume create or container execution that allows us to specify whether the share is NFS, CIFS, EFS, etc. This would allow us to launch the plugin as a daemon in multi-mode allowing any of the support mounted types during volume demand.

Currently we have to launch the plugin in one of the existing modes and launch other instances for additional mode support. This issue allows the use of docker-volume-netshare multi option.

jakirpatel commented 6 years ago

Is it still open ?