Skip to content

guoyu07/docker-jolokia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-jolokia

Minimal Image with Apache Tomcat8, openjdk8-jre-base and jolokia.

Status

Docker Pulls Image Size Build Status

Build

Your can use the included Makefile.

To build the Container: make build

To remove the builded Docker Image: make clean

Starts the Container: make run

Starts the Container with Login Shell: make shell

Entering the Container: make exec

Stop (but not kill): make stop

History make history

Docker Hub

You can find the Container also at DockerHub

Versions

  • tomcat 8.5.24
  • jolokia 1.3.7
  • openjdk from alpine

Test

curl http://localhost:8080/jolokia/ | python -mjson.tool
curl http://localhost:8080/jolokia/list | python -mjson.tool

curl http://localhost:8080/jolokia --data @examples/memory.json | jq

Ports

  • 8080

About

Docker Container with tomcat-8, jre and jolokia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 63.8%
  • Makefile 36.2%