Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

organize and add to the list of features. #18

Merged
merged 1 commit into from
May 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,31 +59,22 @@ See it's documentation for details.

# Design and implementation of youki

TBD
TBD(WIP on [#14](https://github.com/utam0k/youki/issues/14))

# Features

- [x] run with docker
- [ ] run with podman
- [x] pivot root
- [x] mount devices
- [x] namespace
- [x] namespaces
- [x] capabilities
- [x] rlimits
- [ ] cgroups v1
- [x] devices
- [ ] cpu
- [ ] cpuacct
- [ ] cpuset
- [ ] memory
- [ ] freezer
- [ ] net_cls
- [ ] blkio
- [ ] perf_event
- [ ] net_prio
- [ ] hugetlb
- [ ] pids
- [ ] rdma
- [ ] hooks
- [ ] cgroups v1(WIP on [#9](https://github.com/utam0k/youki/issues/9))
- [ ] cgroups v2
- [ ] seccomp
- [ ] hooks(WIP on [#13](https://github.com/utam0k/youki/issues/13))
- [ ] rootless

# Contribution

Expand Down