Learn Docker:Fundamentals of Docker 19.x

Learn Docker:Fundamentals of Docker 19.x

评分

★★★★★

ISBN

9781838641207

出版社

Packt Publishing 2020-03-13出版

分类

编程设计

内容简介
Containers enable you to package an application with all the components it needs, such as libraries and other dependencies, and ship it as one package. Docker containers have revolutionized the software supply chain in both small and large enterprises.Starting with an introduction to Docker fundamentals and setting up an environment to work with it, you’ll delve into concepts such as Docker containers, Docker images, and Docker Compose. As you progress, the book will help you explore deployment,
AI简介
这是一本关于Docker容器技术的书籍,深入探讨了Docker容器技术的基本概念,包括容器、镜像、Docker Compose等。本书还详细阐述了Docker容器的发展历程,以及Docker容器在软件供应链中的作用。 书中详细解释了容器化技术的基本概念,包括容器、镜像、Docker Compose等。Docker容器是容器化技术的核心,它允许用户将应用程序及其依赖项打包成一个轻量级、可移植的容器,以便在不同的环境中快速部署和运行。Docker镜像则是用于创建容器的只读模板,它包含了构建一个容器所需的所有文件和依赖。Docker Compose则是一个工具,用于定义和部署多容器应用程序。 本书还深入探讨了Docker容器的日志重要性,以及如何使用Docker来创建和挂载数据卷。容器日志是了解应用运行状况的重要记录,可以帮助开发者快速定位问题,提高开发效率。数据卷则可以在容器重启或者删除后,保留容器内的数据,使得容器更加可靠和可重用。 此外,本书还介绍了Docker的高级使用场景,包括Docker在自动重启代码和服务发现中的应用。自动重启代码可以提高应用程序的可用性和稳定性,而服务发
阅读/下载地址