I'm want to use jmap
but the docker image java:8-jre doesn't have it. Which java docker image would have it?
You can make your own image with:
RUN apt-get install openjdk-8-jdk openjdk-8-dbg
The dbg one will include jmap
(see "jmap
command not found")
Just do a search in the docker hub, such as site:hub.docker.com java jmap
and you should find many.
Check that the associated Dockerfile contains jmap
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With