Hello folks, I’m working under the following instance:
steffensperling/sailpoint-iiq
Docker image: ssperling/sailpoint-docker:lates
After running the above container, I noticed that systemctl is not available as exec command. I end up getting: bash: systemctl: command not found and that’s something I would not expect from a converted package.
Also, I did notice etc/tomcat9 configuration is not present as package within the distribution, however I see mysql
. I can tell the webapp application (.war) exists under /usr/local/tomcat/webapps and is currently NOT running under any internal port but does exist. Is this the expected behavior? - If so what’s the reason behind for the systemctl and not having tomcat9 installed OOTB?

