Description
Summary
An open source container system, Docker makes deploying applications painless and flexible. Docker is powerful and simple to make use of, and it makes life easier for developers and administrators alike providing shorter build times, fewer production bugs, and effortless application roll-out.
About the Book
Docker in Practice is a hands-on guide that covers 101 specific techniques you’ll use to get probably the most out of Docker. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook offers you immediately useful solutions for necessary problems like effortless server maintenance and configuration, deploying microservices, creating protected environments for experimentation, and a lot more. As you move through this book, you’ll advance from basics to Docker best practices like the use of it with your Continuous Integration process, automating complex container creation with Chef, and orchestration with Kubernetes.
What’s Inside
- Speeding up your DevOps pipeline
- Cheaply replacing VMs
- Streamlining your cloud workflow
- Using the Docker Hub
- Navigating the Docker ecosystem
About the Reader
For someone interested in real-world Docker.
About the Authors
Ian Miell and Aidan Hobson Sayers have contributed to Docker and have extensive experience building and maintaining commercial Docker-based infrastructures in large-scale environments.
Table of Contents
- DISCOVERING DOCKER
- UNDERSTANDING DOCKER – INSIDE THE ENGINE ROOM
- USING DOCKER AS A LIGHTWEIGHT VIRTUAL MACHINE
- DAY-TO-DAY DOCKER
- CONFIGURATION MANAGEMENT – GETTING YOUR HOUSE IN ORDER
- CONTINUOUS INTEGRATION: SPEEDING UP YOUR DEVELOPMENT PIPELINE
- CONTINUOUS DELIVERY: A PERFECT FIT FOR DOCKER PRINCIPLES
- NETWORK SIMULATION: REALISTIC ENVIRONMENT TESTING WITHOUT THE PAIN
- CONTAINER ORCHESTRATION: MANAGING MULTIPLE DOCKER CONTAINERS
- DOCKER AND SECURITY
- PLAIN SAILING – DOCKER IN PRODUCTION AND OPERATIONAL CONSIDERATIONS
- DOCKER IN PRODUCTION: DEALING WITH CHALLENGES