diff options
Diffstat (limited to 'system/local-persist/README')
-rw-r--r-- | system/local-persist/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/local-persist/README b/system/local-persist/README new file mode 100644 index 0000000000000..7ebe8ec4a51b8 --- /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. |