From 23b33aef1e6c42353b1c877cdfa109fbab95efa1 Mon Sep 17 00:00:00 2001 From: Peter Edge Date: Thu, 3 Sep 2015 16:32:35 -0500 Subject: [PATCH 1/2] Add link to Pachyderm PFS volume driver plugin in plugins.md Signed-off-by: Peter Edge --- docs/extend/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index 30d6ec8172..d482318306 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -59,6 +59,10 @@ The following plugins exist: which is written in Go and provides advanced storage functionality for many platforms including EC2, OpenStack, XtremIO, and ScaleIO. +* 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. + ## Troubleshooting a plugin If you are having problems with Docker after loading a plugin, ask the authors From f4fb4796a10d6d69f02adcca3114849ea7ef6e23 Mon Sep 17 00:00:00 2001 From: Peter Edge Date: Mon, 7 Sep 2015 00:34:45 +0200 Subject: [PATCH 2/2] move pachyderm PFS link above rex ray link in docs/extend/plugins.md Signed-off-by: Peter Edge --- docs/extend/plugins.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/extend/plugins.md b/docs/extend/plugins.md index d482318306..37b4f2f0c4 100644 --- a/docs/extend/plugins.md +++ b/docs/extend/plugins.md @@ -55,14 +55,14 @@ 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. - * 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/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