Hacker News new | ask | show | jobs
by codethief 124 days ago
Since when does libkrun power Podman? Last time I checked, Podman used non-virtualized containers based on `crun`.
1 comments

(Though you can certainly configure Podman to use krun[0], which fires up a libkrun VM inside a crun container.)

[0]: https://github.com/containers/crun/blob/main/krun.1

OP may be referring to `podman machine` on macOS, which gives access to containers through a Linux VM via libkrun.