qm icon indicating copy to clipboard operation
qm copied to clipboard

QM libkrun tests c9s

Open Yarboa opened this issue 11 months ago • 8 comments
trafficstars

libkrun automotive use cases:

  • Adding VM-isolation capabilities to an OCI runtime.
  • Implementing a lightweight jailer for serverless workloads.
  • Bringing additional self-isolation capabilities to conventional services (think of something as simple as chroot, but more powerful).

since qm is controlled by containers libkrun provides chroot capabilities.

Prepare: Install the following rpms from (private copr for now)

https://copr.fedorainfracloud.org/coprs/slp/autosd-krun Install 3 packages into QM libkrun and libkrunfw, crun-krun is

Test: run the following command inside qm podman run --rm --runtime=krun docker.io/library/busybox uname -a

Yarboa avatar Nov 21 '24 20:11 Yarboa