diff options
author | Jared Hocutt <jaredh@netapp.com> | 2016-04-19 11:05:05 -0400 |
---|---|---|
committer | Sebastiaan van Stijn <github@gone.nl> | 2016-04-28 13:22:33 +0200 |
commit | ae4c7b14938b70eb224f6620fc084049585409c3 (patch) | |
tree | 5889dc698dcc66be67cd881878ebc0ef23148c52 | |
parent | 71c0acf1ca672bf1791a32f31ff70ab4ca11822e (diff) | |
download | docker-ae4c7b14938b70eb224f6620fc084049585409c3.tar.gz |
Add the NetApp Docker Volume Plugin to the documentation
Signed-off-by: Jared Hocutt <jaredh@netapp.com>
(cherry picked from commit f310fd14a9a99362635198cd5b1517a053813c92)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r-- | docs/extend/plugins.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index da46a16ed7..df3e9e48f4 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -104,6 +104,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 |