Completed
Docker Compose
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Containers - Docker - What, Why, and How
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Assumptions
- 3 Docker was born
- 4 Why containers?
- 5 Developer workflow benefits
- 6 Docker vs other container technologies
- 7 Container vs Image
- 8 Images are layered
- 9 Image layers
- 10 Getting started
- 11 Docker file basics
- 12 Building docker images Docker build -t stag docker file
- 13 Tags
- 14 Running docker images
- 15 Pushing images to a registry
- 16 Container registries
- 17 Windows containers OS options
- 18 Windows server guest OS decisions
- 19 Hyper-v containers
- 20 VS Code Remote - Containers
- 21 Running containers in the cloud
- 22 Serverless container platform
- 23 Docker Compose
- 24 Docker Swarm
- 25 Summary