Sign inSign up

ajju13/tomcat-8

By ajju13

Updated about 5 years ago

Kindly follow the instructions in readme before pulling image.

Image
0

72

ajju13/tomcat-8 repository overview

This is tomcat8 with ubuntu as base image. To pull this image use below command.

docker pull ajju13/tomcat-8:v1.0

For this image "/opt/tomcat" is the home directory for tomcat 8.

Kindly follow the instructions in dockerfile while using this image.

FROM ajju13/tomcat:v1.0

RUN rm -rf /opt/tomcat/webapps/*

COPY <.war file along with path> /opt/tomcat/webapps/

EXPOSE 8080

ENTRYPOINT ["/opt/tomcat/bin/catalina.sh","run"]

Thank you.

Tag summary

Content type

Image

Digest

Size

254.4 MB

Last updated

about 5 years ago

docker pull ajju13/tomcat-8:v1.0