/dev/reading

Docker Deep Dive, 2nd Edition

Zero to Docker in a Single Book
by Nigel Poulton
The cover of Docker Deep Dive
4.14/5 on Goodreads
ISBN 9781916585256
Published in 2023
266 pages

Description

Most applications, even the funky cloud-native microservices ones, need high-performance, production-grade infrastructure to run on. Having impeccable knowledge of Docker will help you thrive in the modern cloud-first world. With this book, you will gain the skills you need in order to work with Docker and its containers.

The book begins with an introduction to containers and explains their functionality and application in the real world. You will then get an overview of VMware, Kubernetes, and Docker and learn to install Docker on Windows, Mac, and Linux. Once you have understood the Ops and Dev perspective of Docker, you will be able to see the big picture and understand what Docker exactly does. The book then turns its attention to the more technical aspects, guiding you through practical exercises covering Docker engine, Docker images, and Docker containers. You will learn techniques for containerizing an app, deploying apps with Docker Compose, and managing cloud-native applications with Swarm. You will also build Docker networks and Docker overlay networks and handle applications that write persistent data. Finally, you will deploy apps with Docker stacks and secure your Docker environment.

By the end of this book, you will be well-versed in Docker and containers and have developed the skills to create, deploy, and run applications on the cloud.

What you will learn

  • Become familiar with the applications of Docker and containers
  • Discover how to pull images into Docker host’s local registry
  • Find out how to containerize an app with new example apps
  • Cover multi-platform builds to test Docker overlay network in the swarm mode
  • Use Docker Compose to deploy and manage multi-container applications
  • Share sensitive data with containers and Swarm services securely

Who this book is for

Whether you are a beginner or an experienced developer looking to utilize Docker to develop and operate cloud-native microservices apps, this book is for you. Anyone who wants to learn Docker orchestration, networking, imaging, and security will also find it useful. No prior knowledge of Docker is necessary.

Categories