Getting Started
- Overview of Docker
- Overview of images, containers, registry
- Running docker containers
- Building Docker images using Dockerfile
Diving In
- Inspecting Containers and Images
- Exposing Ports
- Using volumes to persist data
- Working with environment
- Linking Containers
- Optimizing the size of docker images using multi-stage build
Docker Compose
- Introduction to docker-compose
- Deploying applications using docker-compose