1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-04-24 02:45:15 +02:00

add to README that all runtime_tools tests have been covered. (#336)

This commit is contained in:
utam0k 2021-09-27 06:24:47 +09:00 committed by GitHub
parent bfa1814179
commit 6384a592cb
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ youki is not at the practical stage yet. However, it is getting closer to practi
| Seccomp | Filtering system calls | ✅ |
| Hooks | Add custom processing during container creation | ✅ |
| Rootless | Running a container without root privileges | It works, but cgroups isn't supported. WIP on [#77](https://github.com/containers/youki/issues/77) |
| OCI Compliance | Compliance with OCI Runtime Spec | 50 out of 52 test cases passing |
| OCI Compliance | Compliance with OCI Runtime Spec | ✅ 50 out of 50 test cases passing |
# Design and implementation of youki
![sequence diagram of youki](docs/.drawio.svg)