Hello
I have installed "httpd" apache Webserver from the source, inside a Centos-7.5 sandbox container (singularity v2.5-0). When trying to start the service , from inside the container(shell) I get the below error:
../apache-2.4.34/conf> systemctl start httpd.service
Running in chroot, ignoring request
when I run the same command from outside the container(exec), without "sudo" privileges, I get the below error:
"Failed to get D-Bus Connection: Operation not permitted"
Can someone help?
-San