Kuasar v0.1.0
Quick Start
This is the v0.1.0 release of Kuasar. In order to make it easy for users to experience Kuasar, we provide some binaries, including sandboxers, containerd, containerd config file and image/kernel of Cloud Hypervisor. If you get error in buding image or kernel, you can use files in this release. Additionally, a package of source code with vendor is also provieded, allowing to build without network.
tar xzvf kuasar-v0.1.0-linux-amd64.tar.gz
mkdir -p /var/lib/kuasar
cd kuasar-v0.1.0/
cp kuasar.img vmlinux.bin config_clh.toml /var/lib/kuasar
Run containerd with config.toml -c config.toml
, this config.toml is the minimal config for running with Kuasar.
Notable Updates
- workflow: add clippy and cargo-deny linters by @dierbei in #22
- [vmm]: add vmm-sandboxer as a systemd service by @flyflypeng in #44
- vmm: support time synchronization by @Burning1020 in #50
- [vmm]: support sandbox cgroup management in the host by @flyflypeng in #52
- vmm: support stratovirt and qemu sandbox recovery by @Vanient in #40
Full Changelog: v0.0.1-alpha1...v0.1.0