This project contains notes related to the videos in Module 07 "Containers with Docker" of Nana Janashia's DevOps Bootcamp.
It also contains the exercises for this module. The Java MySQL application the exercises of this module are based on is availbale in the GitHub repository bootcamp-java-mysql.
And finally it contains the following demo projects:
- Use Docker for local development
- Docker Compose - Run multiple Docker containers
- Dockerize Nodejs application and push to private Docker registry
- Deploy Docker application on a server with Docker Compose
- Persist Data with Docker Volumes
- Create Docker repository on Nexus and push to it
- Deploy Nexus as Docker container
<< Back to DevOps Bootcamp Module Overview