Open cdrage opened 3 months ago
This sounds very exciting - what version of podman is required to use --runtime=krun ?
This sounds very exciting - what version of podman is required to use --runtime=krun ?
You will have to install it on fedora:
sudo dnf copr enable -y slp/libkrunfw
sudo dnf copr enable -y slp/libkrun
sudo dnf copr enable -y slp/crun-krun
sudo dnf install -y crun-krun
but I've been using it on podman 5.0.2
I think https://github.com/containers/podman-bootc/issues/9 is probably the best place to track this...I don't think we should try to do special magic in this project; it's not the right place. To do sophisticated things here in the end we basically need to start with native code executing in the host, which is not what this project does.
Tried my hand at using
--runtime=krun
with bootc-image-builder to get it to work on non-rootless. But got stuck with the "podman needs root" error.Has anyone tried it with krun (yet)?