From 5be6b52698acc699352ca19c0da3896327070a3c Mon Sep 17 00:00:00 2001 From: Jared Hocutt Date: Tue, 19 Apr 2016 11:05:05 -0400 Subject: [PATCH] Add the NetApp Docker Volume Plugin to the documentation Signed-off-by: Jared Hocutt Upstream-commit: f10add47fa303e70fb3d72fe66608d04d6c4a690 Component: cli --- components/cli/docs/extend/plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/cli/docs/extend/plugins.md b/components/cli/docs/extend/plugins.md index 01d68eaced..9c6854ef84 100644 --- a/components/cli/docs/extend/plugins.md +++ b/components/cli/docs/extend/plugins.md @@ -106,6 +106,12 @@ The following plugins exist: a mountpoint anywhere on the host, which enables the files to *always persist*, even if the volume is removed via `docker volume rm`. +* The [NetApp Plugin](https://github.com/NetApp/netappdvp) (nDVP) provides + direct integration with the Docker ecosystem for the NetApp storage portfolio. + The nDVP package supports the provisioning and management of + storage resources from the storage platform to Docker hosts, with a robust + framework for adding additional platforms in the future. + ## Troubleshooting a plugin If you are having problems with Docker after loading a plugin, ask the authors