Docker in Action

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Docker in Action, Second Edition teaches you the skills and knowledge you need to create, deploy, and manage applications hosted in Docker containers. This bestseller has been fully updated with new examples, best practices, and a number of entirely new chapters. Foreword by Bret Fisher, Docker Captain and Container Consultant. About the Technology The idea behind Docker is simple—package just your application and its dependencies into a lightweight, isolated virtual environment called a container. Applications running inside containers are easy to install, manage, and remove. This simple idea is used in everything from creating safe, portable development environments to streamlining deployment and scaling for microservices. In short, Docker is everywhere. About the Book Docker in Action, Second Edition teaches you to create, deploy, and manage applications hosted in Docker containers running on Linux. Fully updated, with four new chapters and revised best practices and examples, this second edition begins with a clear explanation of the Docker model. Then, you go hands-on with packaging applications, testing, installing, running programs securely, and deploying them across a cluster of hosts. With examples showing how Docker benefits the whole dev lifecycle, you'll discover techniques for everything from dev-and-test machines to full-scale cloud deployments. What's inside • Running software in containers • Packaging software for deployment • Securing and distributing containerized applications About the Reader Written for developers with experience working with Linux. About the Author Jeff Nickoloff and Stephen Kuenzli have designed, built, deployed, and operated highly available, scalable software systems for nearly 20 years.

Author(s): Jeff Nickoloff, Stephen Kuenzli
Edition: 2
Publisher: Manning Publications
Year: 2019

Language: English
Commentary: True PDF
Pages: 336
City: Shelter Island, NY
Tags: DevOps; Pipelines; Clusters; Docker; Best Practices; Networking; Containerization; YAML; Container Orchestration; Docker Swarm; Docker Compose

1. Welcome to Docker

PART 1 - PROCESS ISOLATION AND ENVIRONMENT-INDEPENDENT COMPUTING
2. Running software in containers
3. Software installation simplified
4. Working with storage and volumes
5. Single-host networking
6. Limiting risk with resource controls

PART 2 - PACKAGING SOFTWARE FOR DISTRIBUTION
7. Packaging software in images
8. Building images automatically with Dockerfiles
9. Public and private software distribution
10. Image pipelines

PART 3 - HIGHER-LEVEL ABSTRACTIONS AND ORCHESTRATION
11. Services with Docker and Compose
12. First-class configuration abstractions
13. Orchestrating services on a cluster of Docker hosts with Swarm