summaryrefslogtreecommitdiff
path: root/system/runc/README
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2017-03-19 19:41:00 +0200
committerDavid Spencer <idlemoor@slackbuilds.org>2017-03-25 00:11:14 +0000
commitbe0936b810546c64bafe7fa0f287a566d73ded00 (patch)
tree58f96240b54cbf56d04036e2f1508a651092cf20 /system/runc/README
parent3cfdfb26dd30781a97770bb60c31548e56ec7107 (diff)
downloadslackbuilds-be0936b810546c64bafe7fa0f287a566d73ded00.tar.gz
system/runc: Updated for version 1.0.0_rc2_a01dafd, new maintainer.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/runc/README')
-rw-r--r--system/runc/README21
1 files changed, 7 insertions, 14 deletions
diff --git a/system/runc/README b/system/runc/README
index ad58f04eaf..b2cca2a1f5 100644
--- a/system/runc/README
+++ b/system/runc/README
@@ -1,16 +1,9 @@
-runC is a CLI tool for spawning and running containers according to the OCP
-specification. The code can be found on Github.
-
-Embeddable
-
-Containers are started as a child process of runC and can be embedded into
-various other systems without having to run a Docker daemon.
-
-Battle Hardened
-
-runC is built on libcontainer, the same container technology powering millions
-of Docker Engine installations.
-
-Compatible with Docker
+runC is a CLI tool for spawning and running containers according to the
+OCI specification. Containers are started as a child process of runC
+and can be embedded into various other systems without having to run a
+daemon. runC is built on libcontainer, the same container technology
+powering millions of Docker Engine installations. runC does not force
+you to have a particular workflow or deployment setup, it only requires
+a root filesystem and configuration.
Docker images can be run with runC.