Module 17: Professional Development Practices
Docker & Containerization
Package Java apps into containers for reproducible deployments.
Author multi-stage Dockerfiles to compile artifacts and copy them into slim runtime images.
Configure health checks, environment variables, and bind mounts for configuration.
Use Docker Compose to orchestrate app + database stacks locally.