summaryrefslogtreecommitdiffstats
path: root/system/local-persist/README
diff options
context:
space:
mode:
author Sergey Poznyakoff2019-10-05 01:41:14 +0200
committer Willy Sudiarto Raharjo2019-10-05 01:41:14 +0200
commit4ee42f50aa960d276e37acf49f54f438e5e78220 (patch)
tree6c9df54c0ba1d9c91f4b50c167fc9a3fdb1bf7cd /system/local-persist/README
parent9806cc87f246985e3547d4e4cb90e8898d7c3083 (diff)
downloadslackbuilds-4ee42f50aa960d276e37acf49f54f438e5e78220.tar.gz
system/local-persist: Added (Create persistent local volumes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/local-persist/README')
-rw-r--r--system/local-persist/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/local-persist/README b/system/local-persist/README
new file mode 100644
index 0000000000..7ebe8ec4a5
--- /dev/null
+++ b/system/local-persist/README
@@ -0,0 +1,4 @@
+Local-persist is a docker plugin that provides persistent local volumes.
+This gives you the same benefits of standalone volumes that "docker
+volume create" normally affords, while also allowing you to create
+volumes that persist in arbitrary disk locations.