Docker in Practice
- Length: 372 pages
- Edition: 1
- Language: English
- Publisher: Manning Publications
- Publication Date: 2016-05-14
- ISBN-10: 1617292729
- ISBN-13: 9781617292729
- Sales Rank: #584077 (See Top 100 Books)
Summary
An open source container system, Docker makes deploying applications painless and flexible. Docker is powerful and simple to use, 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 can use to get the most out of Docker. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook gives you instantly useful solutions for important problems like effortless server maintenance and configuration, deploying microservices, creating safe environments for experimentation, and much more. As you move through this book, you’ll advance from basics to Docker best practices like using 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 anyone 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
Part 1: Docker fundamentals
Chapter 1: Discovering Docker
Chapter 2: Understanding Docker— inside the engine room
Part 2: Docker and development
Chapter 3: Using Docker as a lightweight virtual machine
Chapter 4: Day-to-day Docker
Chapter 5: Configuration management— getting your house in order
Part 3: Docker and DevOps
Chapter 6: Continuous integration: speeding up your development pipeline
Chapter 7: Continuous delivery: a perfect fit for Docker principles
Chapter 8: Network simulation: realistic environment testing without the pain
Part 4: Docker in production
Chapter 9: Container orchestration: managing multiple Docker containers
Chapter 10: Docker and security
Chapter 11: Plain sailing—Docker in production and operational considerations
Chapter 12: Docker in production— dealing with challenges
Appendix A: Installing and using Docker
Appendix B: Docker configuration
Appendix C: Vagrant