From 95c053c56b8f8afffd7b2dac494b3cc2e71c4f6a Mon Sep 17 00:00:00 2001 From: Jeremy Unruh Date: Wed, 21 Oct 2015 08:28:37 -0700 Subject: [PATCH 1/3] docs: Add Netshare volume plugin to extend/plugins Signed-off-by: Jeremy Unruh --- docs/extend/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index e04de760d3..fc2cb97820 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -65,6 +65,9 @@ The following plugins exist: which is written in Go and provides advanced storage functionality for many platforms including EC2, OpenStack, XtremIO, and ScaleIO. +* The [Netshare plugin](https://github.com/gondor/docker-volume-netshare) is a volume plugin + which provides volume management for NFS 3/4, AWS EFS and CIFS file systems. + ## Troubleshooting a plugin If you are having problems with Docker after loading a plugin, ask the authors From f8c0d4d0550836eaba0b41df560464f048c5fdfd Mon Sep 17 00:00:00 2001 From: Jeremy Unruh Date: Wed, 21 Oct 2015 18:07:55 -0700 Subject: [PATCH 2/3] changes from review - move up to conform to alphabetical order Signed-off-by: Jeremy Unruh --- docs/extend/plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index fc2cb97820..c422b4011b 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -56,6 +56,9 @@ The following plugins exist: * The [Keywhiz plugin](https://github.com/calavera/docker-volume-keywhiz) is a plugin that provides credentials and secret management using Keywhiz as a central repository. + +* The [Netshare plugin](https://github.com/gondor/docker-volume-netshare) is a volume plugin + which provides volume management for NFS 3/4, AWS EFS and CIFS file systems. * The [Pachyderm PFS plugin](https://github.com/pachyderm/pachyderm/tree/master/src/cmd/pfs-volume-driver) is a volume plugin written in Go that provides functionality to mount Pachyderm File System (PFS) @@ -65,9 +68,6 @@ The following plugins exist: which is written in Go and provides advanced storage functionality for many platforms including EC2, OpenStack, XtremIO, and ScaleIO. -* The [Netshare plugin](https://github.com/gondor/docker-volume-netshare) is a volume plugin - which provides volume management for NFS 3/4, AWS EFS and CIFS file systems. - ## Troubleshooting a plugin If you are having problems with Docker after loading a plugin, ask the authors From a263709a9bce010082399fc539c385de3a059dda Mon Sep 17 00:00:00 2001 From: Jeremy Unruh Date: Wed, 21 Oct 2015 18:42:17 -0700 Subject: [PATCH 3/3] changes from review - which -> that Signed-off-by: Jeremy Unruh --- docs/extend/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index c422b4011b..2ea373a2ed 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -56,9 +56,9 @@ The following plugins exist: * The [Keywhiz plugin](https://github.com/calavera/docker-volume-keywhiz) is a plugin that provides credentials and secret management using Keywhiz as a central repository. - + * The [Netshare plugin](https://github.com/gondor/docker-volume-netshare) is a volume plugin - which provides volume management for NFS 3/4, AWS EFS and CIFS file systems. + that provides volume management for NFS 3/4, AWS EFS and CIFS file systems. * The [Pachyderm PFS plugin](https://github.com/pachyderm/pachyderm/tree/master/src/cmd/pfs-volume-driver) is a volume plugin written in Go that provides functionality to mount Pachyderm File System (PFS)