Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 698 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 698 Bytes

Docker-Databases

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.

Unit Learning Objective

Students should be to:

  1. Explain why Docker exists and what problems it solves
  2. Identify and describe the ports each contain
  3. Compare and contrast Docker & Docker Compose
  4. Use Docker Compose to learn mongoDB and MySQL

Lessons

  1. Docker Commands
  2. MongoDB
  3. MySQL

Projects

  1. Create a docker file for a simple HTTP node.js site (ToDo App)
  2. Connect the docker image to

Todo List

  • Interview Questions
  • Slides
  • Dockerize Node Applications