I am trying to run the confluence server docker image in an environment with docker 1.12.6 and I am facing errors with permissions for log files.
09:45:25,561 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[synchronyProxyLogAppender] - openFile(/opt/atlassian/confluence/logs/atlassian-synchrony-proxy.log,true) call failed. java.io.FileNotFoundException: /opt/atlassian/confluence/logs/atlassian-synchrony-proxy.log (Permission denied)
at java.io.FileNotFoundException: /opt/atlassian/confluence/logs/atlassian-synchrony-proxy.log (Permission denied)
I run the image locally on Docker for Mac 18.03 and it works correctly. However, running it on an openshift cluster with docker 1.12.6 fails due to permission errors.
What's the minimum supported version of docker to run the confluence server image? Does anyone has any experience running it under Openshift / Kuberenets?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.