Episode 43: Docker Demystified - with (me) Dan Clarke
This episode was a solo episode where I try my best to “demystify” Docker! A difficult task over an audio podcast, so hopefully it’s digestible! I cover the following topics…
- What are containers and images?
- Container registries
- Use cases for containers
- Interacting with Docker
- Docker Compose
- Volumes
- Building your own images
- Image layer caching
- Multi-stage Dockerfiles
- About Container Orchestrators
- Using Docker for local development
Dan’s social links
Links from the show
- Docker
- Docker docs
- Docker Compose docs
- Kubernetes
- Blog post: Switching to multi-stage Docker files
- Video: Integration Testing ASP.NET Core Web APIs with Docker