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

Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin

Results 101 docker-volume-netshare issues
Sort by recently updated
recently updated
newest added

According to the netshare help page (docker-volume-netshare cifs --help) cifs mount options like uid,gid etc can be passed through the -o flag. However how does one pass this through the...

In `func listenAndServe()` in file `vendor/github.com/docker/go-plugins-helpers/sdk/handler.go` a unix socket is created via `newUnixListener` implementented in file `vendor/github.com/docker/go-plugins-helpers/sdk/unix_listener.go` a unix socket is created for the requested share type (e.g. `/run/docker/plugins/cifs.sock`). However...

Hey there, I might just be a bit confused, but it seems to me that the plugin assumes that the remote directory on the NFS server has to be created...

enhancement

Following the *building source* instructions listed here: [Getting Started](http://netshare.containx.io/docs/getting-started) I have run `export GO15VENDOREXPERIMENT=1 ` and `go get -v github.com/ContainX/depcon` but the following error arises when attempting `go get github.com/ContainX/docker-volume-netshare`...

Right now, all the data for a named volume is written to the base directory of the share. Taking nfs for example. I do have an NFS share /export on...

enhancement
Pending Verification

This is to track the refactoring and support for the evolved Docker plugin API. This will allow you to install the plugin via the `docker plugin` based commands and support...

enhancement

Now with docker being released on Windows 2016, and Docker for windows on Windows 10, I'd like to try this plugin on a windows system. There are some folks (including...

I struggled all day yesterday with this. Could you help me come up with a `docker volume create` command that satisfies the following requirements? ## Requirements * type: `cifs` *...

I find it strange that the cifshost/share is taken from the name of the volume and not a driver option. This makes it unusable with docker-compose. ``` version: '2' volumes:...

More Info Requested

Got the following error. To regenerate the case: 1. Start plugin process with NFS version. 2. Start container with NFS. 3. Kill the plugin. 4. Start Plugin Process 5. Start...