So I have a challenge and need a nudge in the right direction. We stood up docker in a new environment with RedHat 6.6 and while it seems to be functioning normally things that are read from inside the container seem to have permission issues.
As an example:
Using the nginx:1 image (pulled from the docker hub) it works on my Macbook and on CentOS 6.6, and Rhel 6.5 servers, but not in RHEL 6.6. When it works you get the default welcome to Nginx page. When it doesn't work you get an HTTP 403 error. In the nginx logs the error message is /usr/share/nginx/html/index.html permission denied.
I've tried the httpd web server image (from the docker hub) as well and have had the same experience in RHEL 6.6 while it works everywhere else.
Any suggestions would be great.
Notes: The kernels on RHEL 6.5 and RHEL 6.6 are the same and we are using docker 1.5 with same version of go 1.7.