Warning - This image is currently in hiatus, as the base Busybox image cannot run its package manager any more, so I cannot publish any updates. So please use jeanblanchard/tomcat instead, which is based on Alpine Linux, and is almost as small.
Basic Docker image to run Apache Tomcat. This is based off Busybox to keep the size minimal.
- Tomcat is installed in
/opt/tomcat
. - A user admin is configured, with access to the manager and host-manager apps.
- Documentation and examples have been removed.
latest
or8
ortomcat8java8
: Tomcat 8 on Oracle Java 8tomcat7java8
: Tomcat 7 on Oracle Java 8tomcat8java7
: Tomcat 8 on Oracle Java 77
ortomcat7java7
: Tomcat 7 on Oracle Java 7
Example:
docker run -d jeanblanchard/busybox-tomcat:tomcat8java8