According to podman-container-systemd the mapping of rootless should work out-of-the-box but it is not. This manifests itself when Rundeck starts for the first time and cannot write to ~/server/data while trying to create the H2 database.
The hack to get it to work is to chmod 0777 server/data, which is clearly not the way to go about it. There may be something missing which isn't clearly documented by podman-container-systemd.
According to podman-container-systemd the mapping of rootless should work out-of-the-box but it is not. This manifests itself when Rundeck starts for the first time and cannot write to
~/server/datawhile trying to create the H2 database.The hack to get it to work is to
chmod 0777 server/data, which is clearly not the way to go about it. There may be something missing which isn't clearly documented bypodman-container-systemd.