2019最佳devops工具docker书籍

汇总下载

码农:Docker云图 - 2015.pdf

高性能Docker - 2016.pdf

第一本Docker书 修订版 - 2015.pdf

Docker全攻略 - 2016.pdf

Docker进阶与实战 - 2016.pdf

Docker技术入门与实战(第2版)- 2017.pdf

Docker - 从入门到实践 - 2017.pdf

The Docker Book - 2018.pdf

Practical Docker with Python - 2018.pdf

Learn Docker - Fundamentals of Docker 18.x - 2018.pdf

Docker Up & Running 2nd - 2018.pdf

Docker Deep Dive - 2018.pdf

Docker Deep Dive

图片.png

亚马逊美国 4.5 100+评论

The ultimate book for learning Docker. Deep theory and lots of hands-on labs so that you get a solid understanding. Lots of clear diagrams. Now covers all objectives on the Docker Certified Associate (DCA) exam.

Docker Deep Dive - 2018.pdf

Practical Docker with Python: Build, Release and Distribute your Python App with Docker

图片.png

Learn the key differences between containers and virtual machines. Adopting a project based approach, this book introduces you to a simple Python application to be developed and containerized with Docker.

After an introduction to Containers and Docker you'll be guided through Docker installation and configuration. You'll also learn basic functions and commands used in Docker by running a simple container using Docker commands.

The book then moves on to developing a Python based Messaging Bot using required libraries and virtual environment where you'll add Docker Volumes to your project, ensuring your container data is safe.
You'll create a database container and link your project to it and finally, bring up the Bot-associated database all at once with Docker Compose.

What You'll Learn

Build, run, and distribute Docker containers
Develop a Python App and containerize it
Use Dockerfile to run the Python App
Define and run multi-container applications with Docker Compose 
Work with persisting data generated by and used by Docker containers

Who This Book Is For

Intermediate developers/DevOps practitioners who are looking to improve their build and release workflow by containerizing applications

https://github.com/Apress/practical-docker-with-python

Practical Docker with Python - 2018.pdf

参考资料

Docker: Up & Running 2nd

《Docker即学即用》作者是New Relic公司的两名首席网站可靠性工程师,他们在Docker发布不久之后就开始使用了。本书内容是根据他们在生产环境中使用Docker的经验写就的,目的是让你了解这项技术的优势,避免他们曾犯过的错误。本书主要内容有:学习如何使用 Docker 简化依赖管理和应用的部署流程。着手使用Docker映像,容器和命令行工具。使用实用的技术在生产环境中部署和测试基于 Docker的Linux容器。理解容器的组成和内部机理,便于调试。在数据中心或云环境中大规模部署容器。探讨一些Docker的高级话题,包括部署工具,网络,编排,安全和配置。

图片.png
图片.png

Docker Up & Running 2nd - 2018.pdf

The Docker Book: Containerization is the new virtualization - 2018

图片.png
图片.png

Updated for Docker Community Edition 18.09!

A new book designed for SysAdmins, SREs, Operations staff, Developers and DevOps who are interested in deploying the open source container service Docker.

In this book, we will walk you through installing, deploying, managing, and extending Docker. We're going to do that by first introducing you to the basics of Docker and its components. Then we'll start to use Docker to build containers and services to perform a variety of tasks.

We're going to take you through the development life cycle, from testing to production, and see where Docker fits in and how it can make your life easier. We'll make use of Docker to build test environments for new projects, demonstrate how to integrate Docker with continuous integration workflow, and then how to build application services and platforms. Finally, we'll show you how to use Docker's API and how to extend Docker yourself.

We'll teach you how to:

  • Install Docker.
  • Take your first steps with a Docker container.
  • Build Docker images.
  • Manage and share Docker images.
  • Run and manage more complex Docker containers.
  • Deploy Docker containers as part of your testing pipeline.
  • Build multi-container applications and environments.
  • Learn about orchestration. Use Compose and Swarm for the orchestration of Docker containers and Consul for service discovery.
  • Explore the Docker API.
  • Getting Help and Extending Docker.

Updated for Docker Community Edition 18.09!

亚马逊美国 4.5 100左右评论

The Docker Book - 2018.pdf

Learn Docker - Fundamentals of Docker 18.x - 2018

图片.png

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
What Are Containers and Why Should I Use Them?
Setting up a Working Environment
Working with Containers
Creating and Managing Container Images
Data Volumes and System Management
Distributed Application Architecture
Single-Host Networking
Docker Compose
Orchestrators
Introduction to Docker Swarm
Zero Downtime Deployments and Secrets
Introduction to Kubernetes
Deploying, Updating and Securing an Application with Kubernetes
Running a Containerized App in the Cloud

https://github.com/fundamentalsofdocker/labs

Learn Docker - Fundamentals of Docker 18.x - 2018.pdf

Docker Cookbook: Over 100 practical and insightful recipes to build distributed applications with Docker , 2nd Edition (English Edition) - 2018

图片.png

Leverage Docker to deploying software at scale
Key Features

Leverage practical examples to manage containers efficiently
Integrate with orchestration tools such as Kubernetes for controlled deployments
Learn to implement best practices on improving efficiency and security of containers

Book Description

Docker is an open source platform for building, shipping, managing, and securing containers. Docker has become the tool of choice for people willing to work with containers. Since the market is moving toward containerization, Docker will definitely have a big role to play in the future tech market.

This book starts with setting up Docker in different environment, and helps you learn how to work with Docker images. Then, you will take a deep dive into network and data management for containers. The book explores the RESTful APIs provided by Docker to perform different actions, such as image/container operations. The book then explores logs and troubleshooting Docker to solve issues and bottlenecks. You will gain an understanding of Docker use cases, orchestration, security, ecosystems, and hosting platforms to make your applications easy to deploy, build, and collaborate on. The book covers the new features of Docker 18.xx (or later), such as working with AWS and Azure, Docker Engine, Docker Swarm, Docker Compose, and so on.

By the end of this book, you will have gained hands-on experience of finding quick solutions to different problems encountered while working with Docker.
What you will learn

Install Docker on various platforms
Work with Docker images and containers
Container networking and data sharing
Docker APIs and language bindings
Various PaaS solutions for Docker
Implement container orchestration using Docker Swarm and Kubernetes
Container security
Docker on various clouds

Who this book is for

Book is targeted towards developers, system administrators, and DevOps engineers who want to use Docker in his/her development, QA, or production environments.

It is expected that the reader has basic Linux/Unix skills such as installing packages, editing files, managing services, and so on.

Any experience in virtualization technologies such as KVM, XEN, and VMware will be an added advantage
Table of Contents

Introduction and Installation
Working with Docker Containers
Working with Docker Images
Network and Data Management for Containers
Docker Use Cases
Docker APIs and SDKs
Docker Performance
Docker Orchestration and Hosting a Platform
Docker Security
Getting Help and Tips and Tricks
Docker on the Cloud

Docker Cookbook 2nd - 2018.pdf

更多的书籍会逐步添加,最新版本参见:https://china-testing.github.io/docker_books.html

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 218,284评论 6 506
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 93,115评论 3 395
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 164,614评论 0 354
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,671评论 1 293
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,699评论 6 392
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,562评论 1 305
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,309评论 3 418
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 39,223评论 0 276
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,668评论 1 314
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,859评论 3 336
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,981评论 1 348
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,705评论 5 347
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,310评论 3 330
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,904评论 0 22
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 33,023评论 1 270
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 48,146评论 3 370
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,933评论 2 355

推荐阅读更多精彩内容