Skip to content

niravradia/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

485956d · Jul 31, 2017

History

4 Commits
Jul 23, 2017
Jul 31, 2017

Repository files navigation

dockerfiles

Collection of dockerfiles

python27_mongodb_tomcat7_stack:

./start-app-server-docker.sh

This will install python 2.7 + MongoDB v10 + Oracle JDK + Tomcat 7 on CentOS6, create docker image and start docker container. Docker container would have tomcat started on port 8080 binded to host port 7080 Then, it would wait for host to respond on 7080 and open tomcat homepage.