summaryrefslogtreecommitdiffstats
path: root/system/runc/README
diff options
context:
space:
mode:
author Asaf Ohayon2016-09-08 14:23:32 +0200
committer Willy Sudiarto Raharjo2016-09-08 14:25:02 +0200
commit112b58229e4741ef0c272ce4fe79145fbf6bae98 (patch)
tree305c1b3d2aab61d1a378e62e62b48341a0b0bb0f /system/runc/README
parent7d7d6ff0ddf58f1db617b4a643a3571c8fefa55b (diff)
downloadslackbuilds-112b58229e4741ef0c272ce4fe79145fbf6bae98.tar.gz
system/runc: Added (lightweight portable containers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/runc/README')
-rw-r--r--system/runc/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/runc/README b/system/runc/README
new file mode 100644
index 0000000000..ad58f04eaf
--- /dev/null
+++ b/system/runc/README
@@ -0,0 +1,16 @@
+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
+
+Docker images can be run with runC.