From ae2cbbdd21390baa60c0fa44011dd24962013022 Mon Sep 17 00:00:00 2001 From: Cameron Spear Date: Wed, 24 Feb 2016 23:03:44 -0800 Subject: [PATCH] Add the Local Persist plugin I wasn't 100% sure if it was appropriate to add plugin here, but @thaJeztah invited me to do so, so here it is! (see https://github.com/CWSpear/local-persist/issues/17#issuecomment-188523784) Signed-off-by: Cameron Spear Upstream-commit: cc085be7cc19d2d1aed39c243b6990a7d04ee639 Component: engine --- components/engine/docs/extend/plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/engine/docs/extend/plugins.md b/components/engine/docs/extend/plugins.md index 997c9dfbc5..da46a16ed7 100644 --- a/components/engine/docs/extend/plugins.md +++ b/components/engine/docs/extend/plugins.md @@ -99,6 +99,11 @@ The following plugins exist: Neutron, the OpenStack networking service. It includes an IPAM driver as well. +* The [Local Persist Plugin](https://github.com/CWSpear/local-persist) + extends the default `local` driver's functionality by allowing you specify + a mountpoint anywhere on the host, which enables the files to *always persist*, + even if the volume is removed via `docker volume rm`. + ## Troubleshooting a plugin If you are having problems with Docker after loading a plugin, ask the authors