This curriculum is designed to eliminate the problems with local development by using Docker compose
instead of manually installing and configuring things like mySQL Pro, etc.
Students should be to:
- Explain why Docker exists and what problems it solves
- Identify and describe the ports each contain
- Compare and contrast Docker & Docker Compose
- Use Docker Compose to learn mongoDB and MySQL
- Docker Commands
- MongoDB
- MySQL
- Create a docker file for a simple HTTP node.js site (ToDo App)
- Connect the docker image to
- Interview Questions
- Slides
- Dockerize Node Applications