Rabbitc – Micro-container runtime built in Rust(github.com)
github.com
Rabbitc – Micro-container runtime built in Rust
https://github.com/rabbitstack/rabbitc
12 comments
One thing to note about railcar is that it completely lacks the network stack, but it will probably be my "starting point" if someday I decide to evolve `rabbitc` into something "more serious".
"Meant for learning purpose", this does not pretend to bring anything new/better.
For learning purposes I created quic[0]. I wanted to strip it down to the bare minimum for running something in a "container". I got as far as having it use a preexisting network namespace. The networking part felt like a major piece of work (setting up the network in bash was tedious) so I figured I'd call it a day and leave it as is. Lots of fun and learned a lot about containers/namespaces in the process.
[0] - https://github.com/archevel/quic
[0] - https://github.com/archevel/quic
Wasn't Python and Postgresql intentionally created for learning purposes? I'm not saying that this project is just as important, just pointing out that "learning purposes" is not a good predictor of a useless project.
Python originated as a scripting language for a niche OS.
Postgresql came from adding SQL to postgres (mostly? a research project), while postgres itself was mainly a research project.
Postgresql came from adding SQL to postgres (mostly? a research project), while postgres itself was mainly a research project.
Sqlite was originally a Tcl extension that "escaped into the wild".
"just a hobby, won't be big and professional like gnu" ~ Linus Torvalds
Yeah, and aren't research projects often meant "for learning purposes" as well? :-)
Not to mention all of the professional projects which failed and fell off the radar entirely. It's hard to say what has merits without giving it time.
https://imgur.com/gallery/FhiYXFA
For those lazy to click:
How a bad idea starts:- “That looks easy... I could do that.” How a good idea starts:- “That looks fun... I should do that”
For those lazy to click:
How a bad idea starts:- “That looks easy... I could do that.” How a good idea starts:- “That looks fun... I should do that”
Though I've never really heard of folks using OCI runtimes other than `runc` and kata/clearcontainers. (edit: I guess Chromium uses `run_oci`)