1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-10 00:36:16 +02:00

Merge pull request #547 from utam0k/improvement/update-readme-features

update README.md about the table of features.
This commit is contained in:
Thomas Schubart 2021-12-21 23:36:00 +01:00 committed by GitHub
commit 14445787cf
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,19 +106,19 @@ youki is not at the practical stage yet. However, it is getting closer to practi
| Feature | Description | State |
| :-------------------: | :---------------------------------------------: | :-------------------------------------------------------------------------------------------------: |
| Docker | Running via Docker | ✅ |
| Podman | Running via Podman | ✅(The default systemd cgroup driver is not yet supported) |
| pivot_root | Change the root directory | ✅ |
| Mounts | Mount files and directories to container | ✅ |
| Namespaces | Isolation of various resources | ✅ |
| Capabilities | Limiting root privileges | ✅ |
| Cgroups v1 | Resource limitations, etc | ✅ |
| Docker | Running via Docker | ✅ |
| Podman | Running via Podman | |
| pivot_root | Change the root directory | ✅ |
| Mounts | Mount files and directories to container | ✅ |
| Namespaces | Isolation of various resources | ✅ |
| Capabilities | Limiting root privileges | ✅ |
| Cgroups v1 | Resource limitations, etc | ✅ |
| Cgroups v2 | Improved version of v1 | Support is complete except for devices. WIP on [#78](https://github.com/containers/youki/issues/78) |
| Systemd cgroup driver | Setting up a cgroup using systemd | WIP on [#24](https://github.com/containers/youki/issues/24) |
| 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 50 test cases passing |
| Systemd cgroup driver | Setting up a cgroup using systemd | |
| Seccomp | Filtering system calls | ✅ |
| Hooks | Add custom processing during container creation | ✅ |
| Rootless | Running a container without root privileges | |
| 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)