Viewing profile — utam0k
utam0k
HN member- Joined
- Tue, Nov 27, 2018, 3:02 AM UTC
- HN karma
- 72
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About utam0k
Recent public activity
- story
-
comment
Comment #38555918
I am the author of this. Safety is one. Recently, another strength is Wasm support ;) youki has been an important key person for Wasm support in K8s.
- story
- story
- story
- story
-
comment
Comment #29822584
Your comments are very encouraging to me. Thank you very much.
-
comment
Comment #29822569
Yes, more detail is written in README. https://github.com/containers/youki#about-the-name
-
comment
Comment #29821872
Thanks a lot. As I'm not a native English speaker, I'm not confident in my writing.
-
comment
Comment #29821054
Hi! Thanks for your comment. Some people are now interested in it and are considering using it as a library. For example, I don't know the details, but they are considering using s…
-
comment
Comment #29820709
We have prepared mdbook for container runtime learners. Please take advantage of it if you like. https://containers.github.io/youki/
-
comment
Comment #29820540
Kernel calls and cgroupfs are the main functions we use. cgroupfs is a file system, so it only reads and writes to files. I think it can do simple things. Of course, I started out …
-
comment
Comment #29820440
Thanks for your interest! The container runtime is software that uses the linux kernel feature cgroup/pivot_root/namespace to provide a space for processes to run in isolation from…
-
comment
Comment #29820121
Thanks for your comment. Although I agree with you, I don't have a permission to rename it &-(
-
comment
Comment #29819712
Hi! I am the author of youki. Please let me know if you have any questions.
- story
- story
- story
- story
-
comment
Comment #28489800
He seems to be devloping some other great software with Rust. Awesome. https://github.com/TaKO8Ki/frum - A little bit fast and modern Ruby version manager written in Rust This is n…
- story
- story
- story
- story
-
story
Show HN: Youki, a container runtime in Rust, passed the default tests
https://github.com/utam0k/youki youki, a container runtime in Rust I'm implementing, passed all the default tests provided by opencontainers. There are still many issues that need …