Created
March 30, 2019 21:13
-
-
Save pamtrak06/d87c4ebaaf24158bc478f285832a0c50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Docker & Java | |
## Context | |
How to deal with memory when a JVM is running in a docker container ? | |
## Analyze and solutions | |
- read [Java inside docker: What you must know to not FAIL](https://developers.redhat.com/blog/2017/03/14/java-inside-docker/) | |
- use fabrivio java docker container [Fabric8 Java Base Image OpenJDK 8 (JDK)](https://hub.docker.com/r/fabric8/java-jboss-openjdk8-jdk/) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment