Docker: Containers from the Ground Up cover

Technology · Ebook

Docker: Containers from the Ground Up

by Shriira Press

4.8(1,015)168 pagesPublished 2026

Docker bundles an application with everything it needs into a portable container, so it runs the same everywhere. This free, example-driven book teaches it from the ground up: why containers beat VMs, running your first container, the core ideas of images and containers, writing Dockerfiles, how layers and the build cache make images fast and lean, persisting data with volumes, networking containers together, running multi-container apps with Docker Compose, sharing images through registries, and the practices that make containers production-ready. Ten focused chapters with real commands and clear diagrams. Learn the foundation of modern software delivery.

Contents

  1. 1Preface
  2. 2Chapter 1 — What Docker Is and Why Containers
  3. 3Chapter 2 — Getting Started
  4. 4Chapter 3 — Images and Containers
  5. 5Chapter 4 — Dockerfiles: Building Your Own Images
  6. 6Chapter 5 — Image Layers, Caching, and Best Practices
  7. 7Chapter 6 — Data: Volumes and Bind Mounts
  8. 8Chapter 7 — Networking
  9. 9Chapter 8 — Docker Compose: Multi-Container Apps
  10. 10Chapter 9 — Registries: Sharing Images
  11. 11Chapter 10 — Docker in Production and Good Practice