From 5f156d8c2587018aa16c621a9a48c919465cf3f0 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 25 Aug 2015 11:57:17 -0700 Subject: [PATCH] Update plugins.md Add Convoy to Docker plugin list. Signed-off-by: Sheng Yang --- docs/extend/plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index 847d844967..30d6ec8172 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -37,6 +37,11 @@ The following plugins exist: environments with features that include tenant isolation, automated provisioning, encryption, secure deletion, snapshots and QoS. +* The [Convoy plugin](https://github.com/rancher/convoy) is a volume plugin for a + variety of storage back-ends including device mapper and NFS. It's a simple standalone + executable written in Go and provides the framework to support vendor-specific extensions + such as snapshots, backups and restore. + * The [Flocker plugin](https://clusterhq.com/docker-plugin/) is a volume plugin which provides multi-host portable volumes for Docker, enabling you to run databases and other stateful containers and move them around across a cluster