From 48a8ca15d8091cb186348d0e626276c87c651699 Mon Sep 17 00:00:00 2001 From: Jeremy Unruh Date: Wed, 21 Oct 2015 08:28:37 -0700 Subject: [PATCH] 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