2019最佳devops工具docker书籍

作者: python测试开发 | 来源:发表于2018-12-27 15:35 被阅读151次

    汇总下载

    码农: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

    相关文章

      网友评论

        本文标题:2019最佳devops工具docker书籍

        本文链接:https://www.haomeiwen.com/subject/xmvrlqtx.html