Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 790 Bytes

File metadata and controls

18 lines (15 loc) · 790 Bytes

The ABCs of Docker

From A to B to C and beyond, here are some helpful demos and tricks for going from a lovable local dev (boo) to a superpowered container wiz.

Demo Guides

  1. The Basics
    • Run a Node.js app locally
    • Containerize it!
    • Use that container for local development
  2. Connected Containers
    • Pull mongo from an image and run it
    • See how two containers can communicate
    • Checkout how using multiple docker-compose files can customize your setup
    • (Bonus) See "works on my machine" in action
  3. Multi Stage and CICD
    • What are multi-stage docker builds?
    • Build, test, and deploy your containers