Docker Volume Netshare Versions Save

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

v0.36

5 years ago

v0.35

6 years ago

v0.34

6 years ago

v0.33

7 years ago

v0.32

7 years ago

v0.31

7 years ago

v0.30

7 years ago

Initial support for creating named sub-folders on an NFS mount point during container creation. See Issue #72 for details. This is experimental.

Example:

Below will create a directory within the NFS mount of /someexport called data1. End result is a mount of /someexport/data1 mapped to /data within the container

docker volume create -d nfs --name data1 -o share=1.1.1.1:/someexport -o create=true
docker run -it --rm --volume-driver=nfs -v data1:/data ubuntu:trusty

v0.20

7 years ago
  • Bug fixes, thank you contributors!
  • Fixes to EFS driver - mounts, use NFS 4.1
  • NFS3 mount fix
  • Re-mount volume if needed
  • Ceph support

v0.19

7 years ago

v0.18

7 years ago