Sign inSign up

ifxx/tomcat

By ifxx

Updated over 9 years ago

Image
0

2.2K

ifxx/tomcat repository overview

docker build -t ifxx/tomcat:$Build_ID. docker run -d -p 8888:8080 --name tomcat ifxx/tomcat:8 (8 is the build ID)

this image is build with docker file of FROM ubuntu:14.04 RUN apt-get -yqq update RUN apt-get -yqq install tomcat7 ENV CATALINA_HOME /usr/share/tomcat7 ENV CATALINA_BASE /var/lib/tomcat7 ENV CATALINA_PID /var/run/tomcat7.pid ENV CATALINA_SH /usr/share/tomcat7/bin/catalina.sh EXPOSE 8080 ENTRYPOINT ["/usr/share/tomcat7/bin/catalina.sh", "run" ]

Tag summary

Content type

Image

Digest

Size

146.2 MB

Last updated

over 10 years ago

docker pull ifxx/tomcat