Docker in Action

1
Docker in Action
Docker in Action

Summary

Docker in Action teaches readers how to create, deploy, and manage applications hosted in Docker containers.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

The idea behind Docker is simple. Create a tiny virtual environment, called a container, that holds just your application and its dependencies. The Docker engine uses the host operating system to build an account for these containers. They are easy to install, manage, and remove. Applications running inside containers share resources, making their footprints small.

About the Book

Docker in Action teaches readers how to create, deploy, and manage applications hosted in Docker containers. After starting with a clear explanation of the Docker model, you will learn how to package applications in containers, including techniques for testing and distributing applications. You will also learn how to run programs securely and how to manage shared resources. Using carefully designed examples, the book teaches you how to orchestrate containers and applications from installation to removal. Along the way, you’ll discover techniques for using Docker on systems ranging from dev-and-test machines to full-scale cloud deployments.

What’s Inside

  • Packaging containers for deployment
  • Installing, managing, and removing containers
  • Working with Docker images
  • Distributing with DockerHub

About the Reader

Readers need only have a working knowledge of the Linux OS. No prior knowledge of Docker is assumed.

About the Author

Jeff Nickoloff, a software engineer, has presented Docker and its applications to hundreds of developers and administrators at Desert Code Camp, Amazon.com, and technology meetups.

Table of Contents

PART 1 KEEPING A TIDY COMPUTER

    1. Welcome to Docker
    2. Running software in containers
    3. Software installation simplified
    4. Persistent storage and shared state with volumes
    5. Network exposure
    6. Limiting risk with isolation

PART 2 PACKAGING SOFTWARE FOR DISTRIBUTION

    1. Packaging software in images
    2. Build automation and advanced image considerations
    3. Public and private software distribution
    4. Running customized registries

PART 3 MULTI-CONTAINER AND MULTI-HOST ENVIRONMENTS

  1. Declarative environments with Docker
  2. Clusters with Machine and Swarm

Book details

  • Authors: Jeff Nickoloff
  • Publisher: Manning Publications
  • Publication date: March 27, 2016
  • ISBN-10:1633430235
  • ISBN-13:978-1633430235
  • Pages: 304 pages
  • Format: pdf
  • Size: 8.84Mb

You can also get this PDF by using our Android Mobile App directly:

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.