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.