Permission denied running container - Error retrieving pid file
When running the container with this command... docker run -d -p 80:80 -p 443:443 nexus-docker.52.61.140.4.nip.io/opensource/apache/apache2:2.4.6
I get this error... (13)Permission denied: AH00058: Error retrieving pid file /run/httpd/httpd.pid AH00059: Remove it before continuing if it is corrupted.
Container and Apache are able to start when running container as root user. I believe the issue here is that the httpd user does not have read access to httpd.pid.
Edited by Brandon Sheppard