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

Hi, After i run go get github.com/ContainX/docker-volume-netshare i got the 3 packages src, pkg & bin however when i run gobuild its not working. error message below bash-4.2# go build...

In the ["Advanced Options"](http://netshare.containx.io/docs/nfs#advanced-options) part of the NFS docs, it says you can pass custom mount options (`mount -o =`) like so: `docker volume create -d nfs --name -o =`....

Not really sure if my mistake, NFS issue or docker-volume-netshare issue. I created a NFS-server container and tested if it is working. ``` # showmount -e 172.17.0.2 Export list for...

OS: Boot2Docker 1.12.3 Docker: 1.12.3 I downloaded the binari: ``` sudo wget -O /usr/local/bin/docker-volume-netshare https://github.com/ContainX/docker-volume-netshare/releases/download/v0.32/docker-volume-netshare_0.32_linux_amd64-bin sudo chmod a+x /usr/local/bin/docker-volume-netshare sudo nohup docker-volume-netshare nfs & ``` If I start without nohup...

Hi there, I'm trying to setup an external cifs mount (netshare version 0.32) via `docker volume` like: ```docker volume create -d cifs --name xxxx.example.com/backup/elasticsearch --opt username=username --opt password=password --opt domain=xxxx.example.com...

In func resolveName in /netshare/drivers/util.go, it seems I can use "#" symbol to name a volume using nfs driver on the fly when using docker run. For example, If I...

Ubuntu 14.04.4 LTS dockker: 1.9.1 docker-volume-netshare_0.33_amd64.deb docker run -it --volume-driver=nfs -v 192.168.33.11/opt/nfs:/mnt ubuntu /bin/bash Error response from daemon: Error looking up volume plugin nfs: Plugin not found

More question or feature idea... Is there any way to mount share from NFS server, that is reachable over docker overlay network? Explanation: If I have a containerized server (NFS...

Hi, Any chance you have documentation on Mesos / Marathon integration? We have been trying to do it by passing in the relevant flags via json: ```{"key": "volume-driver", "value": "nfs"},...

As described in here http://stackoverflow.com/a/33894045/3567713 passwords with comma should be mounted by using the `PASSWD` environment variable I uses cifs mount