Tomcat (OpenShift Origin)

1. References

  • Running tomcat Docker image on Openshift

http://www.mastertheboss.com/soa-cloud/openshift/running-tomcat-docker-image-on-openshift

2. Relax the security in your cluster so that you are allowed to run as the root UID if no USER is specified in the Dockerfile

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

3. S2I Tomcat images

https://github.com/Sarcouy/s2i-tomcat