Overview of krunvm
mainkrunvm is a CLI-based utility designed to create microVMs directly from OCI images. It leverages libkrun and buildah to provide a lightweight virtualization experience.
Key Features
- Minimal footprint: Optimized for low resource usage.
- Fast boot time: Rapidly initializes microVMs.
- Zero disk image maintenance: Uses OCI images directly.
- Zero network configuration: Simplifies networking setup.
- Volume Mapping: Supports mapping host volumes into the guest.
- Port Forwarding: Supports exposing guest ports to the host.
Supported Platforms
- Linux/KVM on x86_64.
- Linux/KVM on AArch64.
- macOS/Hypervisor.framework on ARM64.