New comment by ap4y on void-packages repository https://github.com/void-linux/void-packages/pull/25140#issuecomment-699746541 Comment: @ericonr Yes it should be plug and play and `crun` is pulled by default in the recent versions of fedora: https://src.fedoraproject.org/rpms/podman/blob/master/f/podman.spec#_96. There are 2 main benefits `crun` provides right now: it's [faster](https://github.com/containers/crun#performance) than `runc` and I believe [cgroupv2](https://github.com/containers/podman/blob/master/docs/tutorials/rootless_tutorial.md#cgroup-v2-support) changes land in `crun` a bit faster. The bigger benefit imo is that `crun` is maintained by the `podman` developers.