Completed
00:00 - Intro: Why Use Docker Compose?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Docker Compose Tutorial - Deploy Multi-Container Apps with Real Examples
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Intro: Why Use Docker Compose?
- 2 01:30 - The Sample Voting Application Explained
- 3 04:01 - Spinning Up with Docker Run Commands
- 4 05:53 - Problems without Compose: Linking and Networking
- 5 08:49 - Building a Docker Compose File: Services and Images
- 6 10:13 - Docker Compose - Build
- 7 18:00 - Upgrading Compose Files: Version 1 vs 2 vs 3
- 8 21:00 - Managing Dependencies with depends_on
- 9 23:00 - Custom Networks in Docker Compose
- 10 24:45 - Building Service Images with Compose
- 11 26:30 - Live Demo: Deploying the Full Stack
- 12 28:30 - Troubleshooting: Common Errors & Fixes
- 13 30:30 - Final Test: Is the App Working?
- 14 31:30 - Recap and Next Steps