From c0314e6b1275a3d53387237a14e1e544cf774198 Mon Sep 17 00:00:00 2001 From: utam0k Date: Wed, 26 Apr 2023 09:41:12 +0000 Subject: [PATCH] Requires linux kernel 5.3 because of clone3(2) Signed-off-by: utam0k --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcc7574f..ab3d65409 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ For other platforms, please use the [Vagrantfile](#setting-up-vagrant) that we h ## Requires - Rust(See [here](https://www.rust-lang.org/tools/install)), edition 2021 -- Docker(See [here](https://docs.docker.com/engine/install)) +- linux kernel ≥ 5.3 ## Dependencies @@ -178,6 +178,10 @@ $ ./youki -h # you can get information about youki command ## Tutorial +### Requires + +- Docker(See [here](https://docs.docker.com/engine/install)) + ### Create and run a container Let's try to run a container that executes `sleep 30` with youki. This tutorial may need root permission.