awesome-alternatives-in-rust
crun
awesome-alternatives-in-rust | crun | |
---|---|---|
7 | 31 | |
3,740 | 2,998 | |
- | 1.7% | |
0.0 | 9.3 | |
2 months ago | 13 days ago | |
Rust | C | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-alternatives-in-rust
-
Introducing rewriteit.net - A collection of software rewritten in Rust
I used https://github.com/TaKO8Ki/awesome-alternatives-in-rust as an initial resource. If you know of any other resources please let me know!
- Youki, a container runtime written in Rust that has passed all integration tests provided by OCI(Open Container Initiative).
- BTOP++ is a power resource monitor for Linux
- Gobang – Cross-platform TUI database management tool written in Rust
-
I recently find out this command line tool called bat, which is a cat clone and I'm blown away with it. Can you guys recommend any more of such programs?
Here's a list: https://github.com/TaKO8Ki/awesome-alternatives-in-rust
- TaKO8Ki/awesome-alternatives-in-rust
- A curated list of replacements for existing software written in Rust
crun
-
RunCVM: An open-source Docker runtime for launching container images in VMs
Podman supports this since quite a while with the krun variant of the crun runtime (https://github.com/containers/crun/blob/main/krun.1), provided in Fedora by the "crun-krun" package. Just add "--runtime=krun" to your podman command line along the other arguments and you'll get the container running inside a VM powered by libkrun.
-
Show HN: dockerc – Docker image to static executable "compiler"
Yep pretty much.
The executables bundle crun (a container runtime)[0], and a fuse implementation of squashfs and overlayfs. Appended to that is a squashfs of the image.
At runtime the squashfs and overlayfs are mounted and the container is started.
[0]: https://github.com/containers/crun
- Howto: WASM runtimes in Docker / Colima
-
Google assigns a CVE for libwebp and gives it a 10.0 score
On this note, I was really surprised to find Red Hat's OCI runtime is written in C: https://github.com/containers/crun
Is anyone working on a Rust version?
-
US Cybersecurity: The Urgent Need for Memory Safety in Software Products
It's interesting that, in light of things like this, you still see large software companies adding support for new components written in non-memory safe languages (e.g. C)
As an example Red Hat OpenShift added support for crun(https://github.com/containers/crun) this year(https://cloud.redhat.com/blog/whats-new-in-red-hat-openshift...), which is written in C as an alternative to runc, which is written in Go(https://github.com/opencontainers/runc)...
- Barco: Linux Containers from Scratch in C
-
Crun: Fast and lightweight OCI runtime and C library for running containers
Kubernetes needs an OCI runtime to run containers with. Crun is one implementation it can use.
Docker also appears to be able to use crun for it's engine as well. https://github.com/containers/crun/issues/37
-
Best virtualization solution with Ubuntu 22.04
crun
- Why did the Krustlet project die?
What are some alternatives?
btop - A monitor of resources
runc - CLI tool for spawning and running containers according to the OCI specification
bpytop - Linux/OSX/FreeBSD resource monitor
youki - A container runtime written in Rust
iotop - A top utility for IO
cri-o - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
modern-unix - A collection of modern/faster/saner alternatives to common unix commands.
podman - Podman: A tool for managing OCI containers and pods.
nnn - n³ The unorthodox terminal file manager
wasm-micro-runtime - WebAssembly Micro Runtime (WAMR)
awesome-shell - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
runtime-tools - OCI Runtime Tools