From 7a9c9dcbb92c5efe686d8c362e32ac89bbda99c7 Mon Sep 17 00:00:00 2001 From: amannocci Date: Sat, 7 Sep 2024 22:12:35 +0100 Subject: [PATCH] docs: add motivation in readme Signed-off-by: amannocci --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1bd76c0..f6057e0 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ - Reliable supervision - Allow high inheritance +## :dart: Motivation + +- We needed a way manage multiples processes within a single container. +- The solution should be memory efficient. +- The solution should be reliable and allow fast startup. + ## :hammer: Workflow ### Setup