5 ms·
You can do this with libkrun. I use it as a podman backend which works exactly as you describe here. podman run --rm -it --runtime=krun ubuntu sh
by sureglymop 2mo ago
You can do this with libkrun. I use it as a podman backend which works exactly as you describe here.
podman run --rm -it --runtime=krun ubuntu sh
- ranger_danger 2mo agoError: default OCI runtime "krun" not found: invalid argument
- sureglymop 2mo agoOh, you do need to install it. e.g. on arch: https://archlinux.org/packages/extra/x86_64/krun/ https://archlinux.org/packages/extra/x86_64/krun/
- ranger_danger 2mo agoI do have both podman and crun installed, but I don't see any krun or libkrun packages for ubuntu unfortunately :/
- sureglymop 2mo agoThat's unfortunate. I'm sorry, I should have checked that before recommending. Looks like your only option from an ubuntu host is to build from source.
- deleted 2mo ago[deleted]
- pullrun 2mo ago[flagged]