diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/containerd/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/system/containerd/README b/system/containerd/README index a67e40b4501bc..3d098dc732a95 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. |