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

This is an addon and experimental feature to extend Issue #72. Within clusters like Mesos we don't have the ability to use a common NFS mount and create subfolders during...

enhancement
Pending Verification

I'm using 0.19 version of Plugin with EFS ``` time="2016-07-14T13:21:25Z" level=info msg="Mounting EFS volume 172.31.44.63: on /var/lib/docker-volumes/netshare/efs/fs-c672b68f" time="2016-07-14T13:21:25Z" level=error msg="Error during resolve: Response was empty" time="2016-07-14T13:21:25Z" level=info msg="Using existing EFS...

For eg: sudo docker-volume-netshare nfs --host 1.1.1.1:/export This way the nfs host (IP) kinda hidden from end user, it's setup by the docker cluster admin. When launch container, end user...

I am trying to mount a locally exported NFS share, but am getting permissions errors every time: ``` root@ubuntu:/home/user# docker run -i -t --volume-driver=nfs -v 127.0.0.1/mnt/info:/tmp ubuntu /bin/bash docker: Error...

More Info Requested

As your plugin work with EFS, I guess many people like me are using Amazon ECS AMI on EC2 machine. How to install it properly on a such machine? (Rehl/centos)...

Is there a way to use the `fsc` mount option without using a custom build? When cachefilesd is running this allows to cache network files. With some use cases like...

I am using this plugin to mount an efs volume. I can see the efs is mounted in the correct directory when I do df: Output: [ec2-user@ip-10-176-1-61 ~]$ df Filesystem...

Hi, I'm wondering can I use this plugin with latest docker tool for mac that is 'Docker for mac'? my main dev machine is mac. Currently I don't use 'Docker...

If you pass --netrc and use a valid netrc file, you still end up with log output like this: ``` INFO[0000] Starting CIFS :: creds: { user=,pass=****,domain=,security= }, netrc: /etc/docker/cifs/,...

I assumed that I could run --netrc /path/to/netrc However this results in the error: "Could not open /path/to/netrc/.netrc" I think it'd be more sensible if --netrc took the complete path+file,...