1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

Update doc-draft.md

This commit is contained in:
Yashodhan Joshi 2021-07-13 11:37:32 +05:30
parent 6be676969a
commit e5119a0ca1

@ -95,4 +95,13 @@ This also provides implementation for Linux syscalls for the trait.
## Capabilities
This has functions related to set and reset specific capabilities, as well as to drop extra privileges
- [Simple explanation of capabilities](https://blog.container-solutions.com/linux-capabilities-in-practice)
- [man page for capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html)
## Info
This is primarily for printing info about system running youki, such as OS release, architecture, cpu info, cgroups info etc. , as this info can be helpful when reporting issues.
- [about /etc/os-release](https://www.freedesktop.org/software/systemd/man/os-release.html)