1
0
mirror of https://github.com/containers/youki synced 2024-11-09 19:25:15 +01:00

Requires linux kernel 5.3 because of clone3(2)

Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
utam0k 2023-04-26 09:41:12 +00:00
parent 5c5acbf1ab
commit c0314e6b12
No known key found for this signature in database
GPG Key ID: 2DB29D2A21B41E0E

@ -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.