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:
parent
5c5acbf1ab
commit
c0314e6b12
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user