Press "Enter" to skip to content

Docker in Production

BEP_docker_cover_website

$22.99 U.S.
ISBN: 9781939902184
Published August 2015

Docker in Production

Joe Johnston, Justin Cormack, Antoni Batchelli, John Fiedler, and Milos Gajdos

Many books and blog posts already cover individual topics related to installing and running Docker, but few resources exist to weave together the myriad and sometimes forehead-to-wall-thumping concerns of running Docker in production. Fear not, if you enjoyed the movie Inception, you will feel right at home running containers in virtual machines on servers in the cloud.

This book will give you a solid understanding of the building blocks and concerns of architecting and running Docker-based infrastructure in production.

If you have experience in DevOps and ops backgrounds then this is the book for you. Previous experience with both the basics of running servers in production as well as creating and managing containers is also highly recommended.

Table of Contents

  • CHAPTER 1: Getting started
  • CHAPTER 2: The Stack
  • CHAPTER 3: Example - Barebones Environment
  • CHAPTER 4: Example - Web Environment
  • CHAPTER 5: Example - Beanstalk Environment
  • CHAPTER 6: Example - Kubernetes Environment
  • CHAPTER 7: Security
  • CHAPTER 8: Building Images
  • CHAPTER 9: Storing Docker Images
  • CHAPTER 10: CICD
  • CHAPTER 11: Configuration management
  • CHAPTER 12: Docker storage drivers
  • CHAPTER 13: Docker networking
  • CHAPTER 14: Scheduling
  • CHAPTER 15: Service discovery
  • CHAPTER 16: Logging and monitoring
  • CHAPTER 17: Reference