From 1519d4b3a2db4d8ea03e45829ed0f3e8ac63fcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= Date: Tue, 11 May 2021 21:11:59 +0200 Subject: [PATCH] Added the smokserwis/zookeeper-volume plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Maślanka Signed-off-by: Sebastiaan van Stijn --- docs/extend/legacy_plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/extend/legacy_plugins.md b/docs/extend/legacy_plugins.md index 11269df40439..4f0a9388c065 100644 --- a/docs/extend/legacy_plugins.md +++ b/docs/extend/legacy_plugins.md @@ -79,6 +79,8 @@ legacy plugin model. | [REX-Ray plugin](https://github.com/emccode/rexray) | A volume plugin which is written in Go and provides advanced storage functionality for many platforms including VirtualBox, EC2, Google Compute Engine, OpenStack, and EMC. | | [Virtuozzo Storage and Ploop plugin](https://github.com/virtuozzo/docker-volume-ploop) | A volume plugin with support for Virtuozzo Storage distributed cloud file system as well as ploop devices. | | [VMware vSphere Storage Plugin](https://github.com/vmware/docker-volume-vsphere) | Docker Volume Driver for vSphere enables customers to address persistent storage requirements for Docker containers in vSphere environments. | +| [smokserwis/zookeeper-volume](https://github.com/smok-serwis/zookeeper-volume) | A volume plugin written in Python that allows mounting ZooKeeper data structures using [zookeeper-fuse](https://github.com/borowskk/zookeeper-fuse) | + ### Authorization plugins