Minimal (92.6 MB) Docker image with tomcat.
Run like this:
docker run --rm --name=myTomcatTest -p 10080:8080 netbisect/tomcat:8-jre8
Copy your war file into the container (just for testing):
docker cp YOUR_WAR_FILE myTomcatTest:/usr/tomcat/webapps/ROOT.war
Then navigate to:
http://localhost:10080/
docker build -t netbisect/tomcat:8-jre8 . in its root folder.Content type
Image
Digest
Size
62.6 MB
Last updated
over 8 years ago
docker pull netbisect/tomcat