Skip to content

Rootless Podman

Podman is rootless and daemonless when run as DVM_USER. It uses the subordinate uid/gid ranges DVM creates by default. dvm-base already installs slirp4netns and fuse-overlayfs; add Podman itself in your Containerfile:

RUN dnf5 install -y podman podman-compose && dnf5 clean all

Run as DVM_USER, without sudo:

Terminal window
podman run --rm alpine echo ok
podman compose version

Built and maintained by eshlox.