Kindly follow the instructions in readme before pulling image.
72
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.
Content type
Image
Digest
Size
254.4 MB
Last updated
about 5 years ago
docker pull ajju13/tomcat-8:v1.0