This project is a demo for commons issues when running java applications on docker
These topics are covered:
- Memory allocation
- CPU and Threads
- Random numbers and security
- Debugging applications inside containers
- Integration tests
Several topics covered on these demos were derived from:
- Conversations with Elijah Zupancic (@shitsukoisaru)
- Java inside docker: What you must know to not FAIL, by Rafael Benevides
- LD_PRELOAD Hack