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.
- The Basics
- Run a Node.js app locally
- Containerize it!
- Use that container for local development
- 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
- Multi Stage and CICD
- What are multi-stage docker builds?
- Build, test, and deploy your containers