krunvm
slim
krunvm | slim | |
---|---|---|
11 | 3 | |
1,449 | 2,095 | |
0.8% | 0.0% | |
2.9 | 0.0 | |
7 days ago | almost 2 years ago | |
Rust | JavaScript | |
Apache License 2.0 | Apache License 2.0 |
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.
krunvm
-
RunCVM: An open-source Docker runtime for launching container images in VMs
Lots of cool hybrid container/VM ideas are being developed!
Bootable Container Images are a standard for launching VMs from OCI images: https://containers.github.io/bootable/
crun-vm (https://github.com/containers/crun-vm) is similar to RunCVM in that it can launch container images (or VM disk images) in VMs. It's an OCI runtime so it fits into the podman, Docker, or Kubernetes model.
krunvm (https://github.com/containers/krunvm) is a standalone tool with a similar workflow where you can launch a VM from an OCI image. It predates Bootable Container Images, so I think it injects its own kernel.
-
Show HN: Isolated microVM-based self-hosted GitHub runners
This project creates self-hosted (ephemeral) GitHub runners based on krunvm [1]. krunvm creates microVMs, so the project enables fully isolated runners inside your infrastruture. MicroVMs boot fast, providing an experience close to running containers. The project starts VMs based on the multi-platform OCI images that it creates -- ubuntu [2](default) or fedora [3]. The default is to create far-less capable runners than the GitHub runners, but most settings are similar to when running at GitHub: same user ID, member of the `docker` group, password-less `sudo`, etc. Since krunvm runs on MacOS, this should also run on MacOS -- although I haven't been able to test it: reports and/or PRs are welcome.
[1]: https://github.com/containers/krunvm
- Ask HN: Best way to run Linux VMs on M1 Mac with fileSharing/shared networking?
- krunvm
- Krunvm – Create MicroVMs from OCI Images
-
How to create a kvm virtual machine without a gui?
An interesting alternative is krunvm. On my MacBook Pro M1 it takes less than a second to start a VM and get a Linux shell prompt with krunvm . When I boot up a Fedora CoreOS on the same computer it takes about 17 seconds. Note though that krunvm is for managing lightweight VMs created from OCI images.
- Execute Docker Containers as QEMU MicroVMs
- krunvm is a CLI-based utility for managing lightweight VMs created from OCI images
slim
- Show HN: Slim 2: Create VM from Dockerfile (+macOS M1/Hyper-V)
-
Can we build Micro VMs with Dockerfile? : Answer is Yes !!!
View on GitHub
-
Execute Docker Containers as QEMU MicroVMs
There are a few existing projects out there like this if folks are interested. Slim [0] is the one I can remember off the top of my head. I think there are a couple more.
Still, neat to have the walkthrough here in this post.
https://github.com/ottomatica/slim
What are some alternatives?
firecracker - Secure and fast microVMs for serverless computing.
harvester - Open source hyperconverged infrastructure (HCI) software
libkrunfw - A dynamic library bundling the guest payload consumed by libkrun
libkrun - A dynamic library providing Virtualization-based process isolation capabilities
WebVirtMgr - WebVirtMgr panel for manage virtual machine
kwarantine - Kwarantine can run strongly isolated containers in a multi-tenant setting
react-virtualized - React components for efficiently rendering large lists and tabular data
lima - Linux virtual machines, with a focus on running containers
crun - A fast and lightweight fully featured OCI runtime and C library for running containers