Skip to content

Commit

Permalink
Merge pull request #61 from smorimoto/utam0k-containers
Browse files Browse the repository at this point in the history
utam0k -> containers
  • Loading branch information
utam0k authored Jun 4, 2021
2 parents 5cb6000 + 53f499d commit cbcc4a3
Showing 1 changed file with 7 additions and 7 deletions.
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>

0 comments on commit cbcc4a3

Please sign in to comment.