Skip to content

community/podman: create rundir for rootless

Henrik Riomar requested to merge HRio/aports:podman-rundir-rootless into master

When running podman as a rootless service the socket is placed in

 /run/user/<uid>/podman/podman.sock

This fails if the top dir /run/user/<uid> does not exist and is not writable by $podman_user defined in /etc/conf.d/podman

Merge request reports