aboutsummaryrefslogtreecommitdiff
path: root/system/runc/README
diff options
context:
space:
mode:
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 000000000000..ad58f04eafb3
--- /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.