1
0
mirror of https://github.com/containers/youki synced 2024-09-23 04:21:14 +02:00
youki/docs/src/user/introduction.md

14 lines
740 B
Markdown
Raw Normal View History

# User Documentation
2021-12-28 02:15:32 +01:00
This section provides documentation of youki and the sub crates that the youki repo contains for the users. So if you are using youki as a low level container runtime, or using any of the crates in youki workspace as dependencies for your own project, this section might be helpful for you.
2021-12-22 17:09:41 +01:00
This is divided into following sub-sections :
- Basic Setup : This explains how the dependencies and setup required to compile and run youki
- Basic Usage : This explains using youki itself as a low-level container runtime, or using one of the crates as dependencies
- crates : This section provides brief explanation of the member crates of youki repo workspace
- libcgroups
- libcontainer
- liboci-cli
- libseccomp