
Product information
€44.95
Stock: In Stock Online
Our USPs
- Free DeliveryExtended Range: Delivery 3-4 working days
- Dubray RewardsEarn 180 Reward Points on this title
Docker in Action
Product information
Author:
Type: PAPERBACK
ISBN: 9781617294761
Date: 10th November, 2022
Publisher: MANNING PUBLICATIONS
Description
Summary 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. 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-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 containersPackaging software for deploymentSecuring 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. Table of Contents Welcome to Docker PART 1 - PROCESS ISOLATION AND ENVIRONMENT-INDEPENDENT COMPUTING Running software in containers Software installation simplified Working with storage and volumes Single-host networking Limiting risk with resource controls PART 2 - PACKAGING SOFTWARE FOR DISTRIBUTION Packaging software in images Building images automatically with DockerfilesPublic and private software distributionImage pipelines PART 3 - HIGHER-LEVEL ABSTRACTIONS AND ORCHESTRATION Services with Docker and Compose First-class configuration abstractions Orchestrating services on a cluster of Docker hosts with Swarm