Open
Description
I was able to get this image to run in my local minishift container by granting anyuid privilges to logged in users, i.e.: oc adm policy add-scc-to-group anyuid system:authenticated
The problem happens because the container expects to run as root as currently implemented. More detail can be found here: https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/
The error I get is that supervisord fails to start because it can't write to its log.
Metadata
Metadata
Assignees
Labels
No labels