From 5063efb8d84aac9f7e11cbfe41ac3dbd264cb1b9 Mon Sep 17 00:00:00 2001 From: Joe Doliner Date: Mon, 11 Jan 2016 05:34:43 -0800 Subject: [PATCH] Remove Pachyderm storage driver. Signed-off-by: Joe Doliner --- docs/extend/plugins.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index ea483241b4..09362145a5 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -62,10 +62,6 @@ The following plugins exist: * The [OpenStorage Plugin](https://github.com/libopenstorage/openstorage) is a cluster aware volume plugin that provides volume management for file and block storage solutions. It implements a vendor neutral specification for implementing extensions such as CoS, encryption, and snapshots. It has example drivers based on FUSE, NFS, NBD and EBS to name a few. -* The [Pachyderm PFS plugin](https://github.com/pachyderm/pachyderm/tree/master/src/cmd/pfs-volume-driver) - is a volume plugin written in Go that provides functionality to mount Pachyderm File System (PFS) - repositories at specific commits as volumes within Docker containers. - * The [REX-Ray plugin](https://github.com/emccode/rexray) is 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.