Y
Hacker News
new
|
ask
|
show
|
jobs
by
sureglymop
5 days 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
1 comments
ranger_danger
5 days ago
Error: default OCI runtime "krun" not found: invalid argument
link
sureglymop
5 days ago
Oh, you do need to install it. e.g. on arch:
https://archlinux.org/packages/extra/x86_64/krun/
link
ranger_danger
5 days ago
I do have both podman and crun installed, but I don't see any krun or libkrun packages for ubuntu unfortunately :/
link
sureglymop
5 days ago
That'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.
link