From 7fd94dfdbaf7714c09a550e53bc846ec94af19f0 Mon Sep 17 00:00:00 2001 From: Clinton Kitson Date: Tue, 21 Jul 2015 21:00:27 -0500 Subject: [PATCH] added REX-Ray as volume plugin to plugin docs Signed-off-by: Clinton Kitson --- docs/extend/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index 1578579b1c..4f3af15466 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -44,6 +44,10 @@ The following plugins exist: a plugin that provides credentials and secret management using Keywhiz as a central repository. +* The [REX-Ray plugin](https://github.com/emccode/rexraycli) is a volume plugin + which is written in Go and provides advanced storage functionality for many + platforms including EC2, OpenStack, XtremIO, and ScaleIO. + ## Troubleshooting a plugin If you are having problems with Docker after loading a plugin, ask the authors