Minimal Image with Apache Tomcat8, openjdk8-jre-base and jolokia.
Your can use the included Makefile.
To build the Container:
make build
Starts the Container:
make run
Starts the Container with Login Shell:
make shell
Entering the Container:
make exec
Stop (but not kill):
make stop
You can find the Container also at DockerHub
- tomcat 8.5.4
- jolokia 1.3.3
- openjdk from alpine
# Test
curl http://localhost:8080/jolokia/ | python -mjson.tool
# Ports
* 8080