I'm trying to bring up icinga/icinga2 and icinga/icingaweb2 with Podman; looks good so far. Could you please comment on whether these images could possibly run as rootless containers? Inspection of the Dockerfile (with USER icinga and USER www-data respectively) suggests that this could be the case; on the other hand I currently observe that mail is app. not working in a rootless instance of icinga/icinga2 (but it is working on a non-rootless instance that was started with Docker). What is your general recommendation on rootless operation of these images?
I'm trying to bring up
icinga/icinga2
andicinga/icingaweb2
with Podman; looks good so far. Could you please comment on whether these images could possibly run as rootless containers? Inspection of the Dockerfile (withUSER icinga
andUSER www-data
respectively) suggests that this could be the case; on the other hand I currently observe that mail is app. not working in a rootless instance oficinga/icinga2
(but it is working on a non-rootless instance that was started withDocker
). What is your general recommendation on rootless operation of these images?