Learn Docker - Fundamentals of Docker 18.x: Everything you need to know about containerizing your applications and running them in production

Gabriel N. Schenker

  • 出版商: Packt Publishing
  • 出版日期: 2018-04-25
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 398
  • 裝訂: Paperback
  • ISBN: 1788997026
  • ISBN-13: 9781788997027
  • 相關分類: Docker
  • 已過版

商品描述

Enhance your software deployment workflow using containers

Key Features

  • Get up-and-running with basic to advanced concepts of Docker
  • Get acquainted with concepts such as Docker containers, Docker images, orchestrators and so on.
  • Practical test-based approach to learning a prominent containerization tool

Book Description

Docker containers have revolutionized the software supply chain in small and big enterprises. Never before has a new technology so rapidly penetrated the top 500 enterprises worldwide. Companies that embrace containers and containerize their traditional mission-critical applications have reported savings of at least 50% in total maintenance cost and a reduction of 90% (or more) of the time required to deploy new versions of those applications. Furthermore they are benefitting from increased security just by using containers as opposed to running applications outside containers.

This book starts from scratch, introducing you to Docker fundamentals and setting up an environment to work with it. Then we delve into concepts such as Docker containers, Docker images, Docker Compose, and so on. We will also cover the concepts of deployment, orchestration, networking, and security. Furthermore, we explain Docker functionalities on public clouds such as AWS.

By the end of this book, you will have hands-on experience working with Docker containers and orchestrators such as SwarmKit and Kubernetes.

What you will learn

  • Containerize your traditional or microservice-based application
  • Share or ship your application as an immutable container image
  • Build a Docker swarm and a Kubernetes cluster in the cloud
  • Run a highly distributed application using Docker Swarm or Kubernetes
  • Update or rollback a distributed application with zero downtime
  • Secure your applications via encapsulation, networks, and secrets
  • Know your options when deploying your containerized app into the cloud

Who This Book Is For

This book is targeted at system administrators, operations engineers, DevOps engineers, and developers or stakeholders who are interested in getting started with Docker from scratch. No prior experience with Docker Containers is required.

Table of Contents

  1. What Are Containers and Why Should I Use Them?
  2. Setting up a Working Environment
  3. Working with Containers
  4. Creating and Managing Container Images
  5. Data Volumes and System Management
  6. Distributed Application Architecture
  7. Single-Host Networking
  8. Docker Compose
  9. Orchestrators
  10. Introduction to Docker Swarm
  11. Zero Downtime Deployments and Secrets
  12. Introduction to Kubernetes
  13. Deploying, Updating and Securing an Application with Kubernetes
  14. Running a Containerized App in the Cloud