Skip to content

Files

Latest commit

5de3cad · Aug 4, 2020

History

History

00-Docker-Databases

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 24, 2020
Jul 24, 2020

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