summaryrefslogtreecommitdiffstats
path: root/system/runc/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'system/runc/slack-desc')
-rw-r--r--system/runc/slack-desc16
1 files changed, 8 insertions, 8 deletions
diff --git a/system/runc/slack-desc b/system/runc/slack-desc
index 10cceebfb5..1d9634db7c 100644
--- a/system/runc/slack-desc
+++ b/system/runc/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-runc: runc (lightweight portable containers)
+runc: runc (a CLI tool for spawning and running containers)
runc:
-runc: runc is a CLI tool for spawning and running containers according to
-runc: the OCP specification. runc is an open-source project to easily
-runc: create lightweight, portable, self-sufficient containers from any
-runc: application. The same container that a developer builds and tests on
-runc: a laptop can run at scale, in production, on VMs, bare metal,
-runc: OpenStack clusters, public clouds and more.
+runc: runC is a CLI tool for spawning and running containers according to
+runc: the OCI specification. Containers are started as a child process of
+runc: runC and can be embedded into various other systems without having to
+runc: run a daemon. runC is built on libcontainer, the same container
+runc: technology powering millions of Docker Engine installations. runC
+runc: does not force you to have a particular workflow or deployment setup
+runc: it only requires a root filesystem and configuration.
runc:
runc: Homepage: https://runc.io/
-runc: