Docker — resources
roadmap.sh: https://roadmap.sh/docker
Books
- Docker Deep Dive (Nigel Poulton) — the most approachable end-to-end intro to images, containers, and orchestration.
- Docker in Action (Jeff Nickoloff & Stephen Kuenzli) — practical, task-oriented coverage of running containers in real systems.
- The Docker Book (James Turnbull) — classic hands-on walkthrough from first container to deployment.
Courses / practice
- Docker official documentation — authoritative reference for the CLI, Dockerfile, Compose, and networking.
- Docker getting started guide — official step-by-step onboarding tutorial.
- Play with Docker — free in-browser Docker playground, no local install needed.
- Awesome Docker — curated list of tools, articles, and community resources.