Tomcat docker images
The official docker images are available via dockerhub.
Multiple tags are available, they can contain
- Tomcat version
- JDK version
- JDK distribution
e.g. 8.5.78-jdk11-corretto
The default port is 8080
.
The web application archive (war) can be copied to /usr/local/tomcat/conf/webapps/
when building the image.