Docker Quick Start Guide: Learn Docker like a boss, and finally own your applications

Earl Waud

  • 出版商: Packt Publishing
  • 出版日期: 2018-11-30
  • 售價: $1,410
  • 貴賓價: 9.5$1,340
  • 語言: 英文
  • 頁數: 230
  • 裝訂: Paperback
  • ISBN: 1789347327
  • ISBN-13: 9781789347326
  • 相關分類: Docker
  • 海外代購書籍(需單獨結帳)

商品描述

Develop and build your Docker images and deploy your Docker containers securely.

Key Features

  • Learn Docker installation on different types of OS
  • Get started with developing Docker images
  • Use Docker with your Jenkins CI/CD system

Book Description

Docker is an open source software platform that helps you with creating, deploying, and running your applications using containers. This book is your ideal introduction to Docker and containerization.

You will learn how to set up a Docker development environment on a Linux, Mac, or Windows workstation, and learn your way around all the commands to run and manage your Docker images and containers.

You will explore the Dockerfile and learn how to build your own enterprise-grade Docker images. Then you will learn about Docker networks, Docker swarm, and Docker volumes, and how to use these features with Docker stacks in order to define, deploy, and maintain highly-scalable, fault-tolerant multi-container applications.

Finally, you will learn how to leverage Docker with Jenkins to automate the building of Docker images and the deployment of Docker containers. By the end of this book, you will be well prepared when it comes to using Docker for your next project.

What you will learn

  • Set up your Docker workstation on various platforms
  • Utilize a number of Docker commands with parameters
  • Create Docker images using Dockerfiles
  • Learn how to create and use Docker volumes
  • Deploy multi-node Docker swarm infrastructure
  • Create and use Docker local and remote networks
  • Deploy multi-container applications that are HA and FT
  • Use Jenkins to build and deploy Docker images

Who this book is for

This guide is for anyone who needs to make a quick decision about using Docker for their next project. It is for developers who want to get started using Docker right away.

Table of Contents

  1. Setting up a Docker Development Environment
  2. Learning Docker Commands
  3. Creating Docker images
  4. Docker Volumes
  5. Docker Swarm
  6. Docker Networking
  7. Docker Stacks
  8. Docker and Jenkins