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

utam0k -> containers #61

Merged
merged 1 commit into from
Jun 4, 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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For other platforms, please use the devcontainer that we prepared.
## Building

```sh
$ git clone [email protected]:utam0k/youki.git
$ git clone [email protected]:containers/youki.git
$ cd youki
$ ./build.sh
$ ./youki -h # you can get information about youki command
Expand All @@ -47,7 +47,7 @@ Let's try to run a container that executes `sleep 5` using youki.
Maybe this tutorial is need permission as root.

```sh
$ git clone [email protected]:utam0k/youki.git
$ git clone [email protected]:containers/youki.git
$ cd youki
$ ./build.sh
$ mkdir tutorial
Expand Down Expand Up @@ -98,7 +98,7 @@ We also have an active [Discord](https://discord.gg/h7R3HgWUct) if you'd like to

# Design and implementation of youki

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

# Features

Expand All @@ -109,10 +109,10 @@ TBD(WIP on [#14](https://github.com/utam0k/youki/issues/14))
- [x] namespaces
- [x] capabilities
- [x] rlimits
- [ ] cgroups v1(WIP on [#9](https://github.com/utam0k/youki/issues/9))
- [ ] cgroups v1(WIP on [#9](https://github.com/containers/youki/issues/9))
- [ ] cgroups v2
- [ ] seccomp
- [ ] hooks(WIP on [#13](https://github.com/utam0k/youki/issues/13))
- [ ] hooks(WIP on [#13](https://github.com/containers/youki/issues/13))
- [ ] rootless

# Contribution
Expand All @@ -123,6 +123,6 @@ If you need any help, you can contact me on [Twitter](https://twitter.com/utam0k

Thanks to all the people who already contributed!

<a href="https://github.com/utam0k/youki/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=utam0k/youki" />
<a href="https://github.com/containers/youki/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=containers/youki" />
</a>