aboutsummaryrefslogtreecommitdiff
path: root/system/local-persist/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-15 14:28:14 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:18 -0400
commitcab8b445396462dd8500f40e944035fdd77584f2 (patch)
tree275d3444596934cca8def5771eee0297caa97613 /system/local-persist/README
parent1136668e665961406059ad98617b938bb3bafafd (diff)
downloadslackbuilds-cab8b445396462dd8500f40e944035fdd77584f2.tar.xz
system/local-persist: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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
index 7ebe8ec4a51b..655df8c8d5fd 100644
--- a/system/local-persist/README
+++ b/system/local-persist/README
@@ -2,3 +2,7 @@ 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.
+
+Warning: This SlackBuild requires network access when it runs, meaning
+it downloads files from the Internet with root access. You should
+decide for yourself whether or not you think this is a good idea.