Skip to content
📋 Free Cheat Sheet

Docker Containers Cheat Sheet

📚 8 chapters · 🃏 170 flashcards · 🎯 Timed practice exam · 🆓 Free, no signup

The essential Docker Containers cheat sheet: 8 concise chapters you can read in minutes, distilled from the full deck. When you're ready, drill the flashcards or test yourself under exam conditions.

What's in this cheat sheet

4. The Docker CLI

The docker command-line tool is the day-to-day interface for working with containers and images. docker run creates and starts a new container from an image, accepting many flags a...

Read full chapter →

5. Networking

Docker networking is built around several drivers, each with a different isolation and use case. The bridge driver is the default: it creates an isolated network on a single host,...

Read full chapter →

7. Docker Compose

Docker Compose is a tool for defining and running multi-container applications using a YAML file, traditionally named docker-compose.yml. The top-level structure has three sections...

Read full chapter →

Done reading?

Test yourself with the Docker Containers practice exam — timed questions, instant score, full review of wrong answers. Free.

🎯 Take the Practice Exam →