celeguim/jvminfo

By celeguim

Updated 5 days ago

Simple multi-arch image to create an HTML Table with the most important JVM properties.

Image
Languages & frameworks
0

2.4K

celeguim/jvminfo repository overview

Simple multi-arch image to create an HTML Table with the most important JVM properties. Two extra vars can be overridden: JAVA_OPTS and JAR_ARGS.

RUN v3 - blue color
docker run \
-e JAVA_OPTS="-Xms10m -Xmx20m -XX:+UseG1GC" \
-e JAR_ARGS="par1=val1 par2=val2" \
-d -p 8080:8080 celeguim/jvminfo:v3
RUN v2 - red color
docker run \
-e JAVA_OPTS="-Xms10m -Xmx20m -XX:+UseG1GC" \
-e JAR_ARGS="par1=val1 par2=val2" \
-d -p 8080:8080 celeguim/jvminfo:v2
TEST

http://localhost:8080/

Tag summary

Content type

Image

Digest

sha256:639cfd048

Size

143.2 MB

Last updated

5 days ago

docker pull celeguim/jvminfo:v10