<div dir="ltr">Hi,<div><br></div><div>I have been playing around with the <a href="https://github.com/nginxinc/openshift-nginx">https://github.com/nginxinc/openshift-nginx</a>  dockerfile and trying to find a way to run run nginx as non-root with openshift/k8/docker.</div><div>I am currently getting the error:</div><div><div>nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)</div><div>2016/05/04 20:51:09 [warn] 1#1: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:5</div><div>2016/05/04 20:51:09 [emerg] 1#1: open() "/etc/nginx/conf.d/default.conf" failed (13: Permission denied) in /etc/nginx/nginx.conf:33</div></div><div><br></div><div>I have alredy added to my Dockerfile:</div><div>Run ...</div><div> && chmod 777 /etc/nginx/nginx.conf \<br></div><div><div> && chmod 777 /var/run \</div><div> && chmod 777 /etc/nginx/conf.d/default.conf</div></div><div><br></div><div>I also run bash on the container and was albe to "cat" the "default.conf" and the "nginx.conf" files.</div><div><br></div><div>I am not sure if its the correct place to put this question, but I got here from <a href="http://mailman.nginx.org/pipermail/nginx-devel/2015-November/007511.html">http://mailman.nginx.org/pipermail/nginx-devel/2015-November/007511.html</a></div><div>(as you can notice, I have copied the beginning of the email from Scott´s email. Hope you don´t mind!=o) )</div><div><br></div><div>Best regards,</div><div><br></div><div>Paulo Leal</div></div>