Skip to content

Kuasar v0.0.1-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Burning1020 Burning1020 released this 17 Apr 14:22
· 265 commits to main since this release

This is the v0.0.1-alpha1 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.

Quick start

tar xzvf kuasar-v0.0.1-alpha.1-linux.amd64.tar.gz
mkdir -p /var/lib/kuasar
cp kuasar.image vmlinux.bin config_clh.toml /var/lib/kuasar

Run containerd with config.toml -c config.toml, this config.toml is based on the default containerd config.

Because this is a preview release, just to get users started quickly, so only ubuntu 22.04 is available.