Book description
NEWER EDITION AVAILABLE IN MEAP
Docker in Action, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!
You may still purchase Docker in Action (First Edition) using the Buy options on this page.
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.
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 and 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
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
A software engineer, Jeff Nickoloff has presented Docker and its applications to hundreds of developers and administrators at Desert Code Camp, Amazon.com, and technology meetups.
Quotes
In this book, Jeff goes from zero to Docker, showing practices of deploying Docker in production and demonstrating many features of Docker.
- FROM THE FOREWORD by Ahmet Alp Balkan, Microsoft
All there is to know about Docker. Clear, complete, and precise.
- Jean-Pol Landrain, Agile Partner Luxembourg
A compelling narrative for real-world Docker solutions. A must-read!
- John Guthrie, Pivotal, Inc.
An indispensable guide to understanding Docker and how it fits into your infrastructure.
- Jeremy Gailor, Gracenote
Will help you transition quickly to effective Docker use in complex real-world situations.
- Peter Sellars, Fraedom
Publisher resources
Table of contents
Product information
- Title: Docker in Action
- Author(s):
- Release date: March 2016
- Publisher(s): Manning Publications
- ISBN: 9781633430235
You might also like
book
Docker in Action, Second Edition
Docker in Action, Second Edition teaches you the skills and knowledge you need to create, deploy, …
book
Using Docker
Docker containers offer simpler, faster, and more robust methods for developing, distributing, and running software than …
book
Docker and Kubernetes for Java Developers
Leverage the lethal combination of Docker and Kubernetes to automate deployment and management of Java applications …
book
Docker: Up & Running, 2nd Edition
Docker is rapidly changing the way organizations deploy software at scale. However, understanding how Linux containers …