Skip to content

Instantly share code, notes, and snippets.

@diegolovison
diegolovison / container_jvm.md
Created December 9, 2025 15:10
Having fun with containers with custom JVM args
  • Create a temporary folder on the host machine
mkdir -p /tmp/output
chmod 777 /tmp/output
  • Run the container
docker run -it --rm \