Simple multi-arch image to create an HTML Table with the most important JVM properties.
3.4K
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.
docker run \
-e JAVA_OPTS="-Xms10m -Xmx20m -XX:+UseG1GC" \
-e JAR_ARGS="par1=val1 par2=val2" \
-d -p 8080:8080 celeguim/jvminfo:v3
docker run \
-e JAVA_OPTS="-Xms10m -Xmx20m -XX:+UseG1GC" \
-e JAR_ARGS="par1=val1 par2=val2" \
-d -p 8080:8080 celeguim/jvminfo:v2
Content type
Image
Digest
sha256:7833e5f98…
Size
236.5 MB
Last updated
3 months ago
docker pull celeguim/jvminfo