1
0
mirror of https://github.com/containers/youki synced 2024-09-19 18:37:40 +02:00

introduction to sequence diagrams using vscode's draw.io

This commit is contained in:
utam0k 2021-08-25 22:41:36 +09:00
parent a14ce13bcd
commit 10a7f62d10
2 changed files with 617 additions and 4 deletions

View File

@ -49,6 +49,11 @@ youki is not at the practical stage yet. However, it is getting closer to practi
| 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 | 39 out of 55 test cases passing |
# Design and implementation of youki
![sequence diagram of youki](docs/.drawio.svg)
More details are in the works [#14](https://github.com/containers/youki/issues/14)
# Getting Started
Local build is only supported on linux.
@ -178,10 +183,6 @@ $ ./build.sh
We also have an active [Discord](https://discord.gg/h7R3HgWUct) if you'd like to come and chat with us.
# Design and implementation of youki
TBD(WIP on [#14](https://github.com/containers/youki/issues/14))
# Contribution
This project welcomes your PR and issues.

612
docs/.drawio.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 79 KiB