I am trying to deploy a docker container that needs to run as USER admin, 
basically non root, in order for bower to execute correctly.

However it keeps crashing on me. 

I just tried specifying

> oadm policy add-scc-to-group anyuid system:authenticated

to no effect.

Here's the end of my Dockerfile:

USER admin
RUN bower install
EXPOSE 8080
CMD ["pm2", "start", "app.js"]

What am I missing

_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to