Dockerfile
Dockerfile copied to clipboard
Deployment on OpenShift fails
Hi,
deploying the Image webdevops/php-nginx:5.6
to an OpenShift/Kubernetes Cluster fails with:
error: failed switching to "root": operation not permitted
I've tried setting custom USER in my Dockerfile, adding anyuid to the cluster's allowed SCC's and more. Can you guys give me a pointer on how to get this running?
I mark this duplicate from #226 since it is the best bet so far.