|
|
|
|
|
by thepoet
9 days ago
|
|
We will be soon including this in Tarit, a firecracker alternative https://github.com/instavm/tarit Currently we have to supply a kernel to run the OCI as a microVM with a warm pool. TARIT_KERNEL=/path/vmlinux
taritd image build --oci ubuntu:24.04 --name ubuntu
taritd vm create --image ubuntu
|
|