Permissions issue using Lucee + Docker using 5.3.8.201+?

Hi,
While debugging some container network mount permission issues with our networking administrator, he noticed that the permissions seem goofy in 5.3.8.201+ environments just pulling the container straight from Docker Hub.

using
FROM lucee/lucee:5.3.8.206-nginx-tomcat9.0-jdk11-openjdk
FROM lucee/lucee:5.3.8.201-nginx-tomcat9.0-jdk11-openjdk

Shell into container with docker exec and running ls -ls gives us wonky permissions
looking like the Riddler was here.

FROM lucee/lucee:5.3.8.189-nginx-tomcat9.0-jdk11-openjdk seems to be okay

The answer to my question was version .201 and .206 needed an argument privileged: true declared in the container host (Rancher in our case) In case somebody else runs into this.

1 Like