summaryrefslogtreecommitdiffstats
path: root/system/containerd
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-15 14:25:55 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:17 -0400
commitbf07d27fb2c7015b2020c34be75b8d83261b87d7 (patch)
treea6dc8de1d24e9e7ec1bbe11c64b78161cca7c4c8 /system/containerd
parent99c948db534c64be12f6b67634983c54c752f767 (diff)
downloadslackbuilds-bf07d27fb2c7015b2020c34be75b8d83261b87d7.tar.gz
slackbuilds-bf07d27fb2c7015b2020c34be75b8d83261b87d7.tar.xz
system/containerd: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/containerd')
-rw-r--r--system/containerd/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/system/containerd/README b/system/containerd/README
index a67e40b450..3d098dc732 100644
--- a/system/containerd/README
+++ b/system/containerd/README
@@ -1,4 +1,8 @@
Containerd is a daemon to control runC, built for performance and
-density. Containerd leverages runC's advanced features such as seccomp
-and user namespace support as well as checkpoint and restore for cloning
-and live migration of containers.
+density. Containerd leverages runC's advanced features such as seccomp
+and user namespace support as well as checkpoint and restore for
+cloning and live migration of containers.
+
+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.