summaryrefslogtreecommitdiffstats
path: root/system/catatonit/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/catatonit/README')
-rw-r--r--system/catatonit/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/catatonit/README b/system/catatonit/README
new file mode 100644
index 0000000000..38e8108046
--- /dev/null
+++ b/system/catatonit/README
@@ -0,0 +1,6 @@
+A container init that is so simple it's effectively brain-dead.
+
+A container init that is so simple it's effectively brain-dead. This is
+a rewrite of initrs in C, because we found that it is not possible to
+statically compile Rust binaries without using musl. That was, in turn,
+a reimplementation of other container inits like tini and dumb-init.