- Docker for Developers
- Richard Bullington McGuire Andrew K. Dennis Michael Schwartz
- 173字
- 2021-06-11 18:15:19
Section 1: An Introduction to Docker – Containers and Local Development
In this section, we introduce the reader to the technologies, skills, and steps involved in developing applications using Docker Containers. We begin by tracing the history of hosting and why we need Docker in the first place. We then demonstrate the differences between virtualization and containerization, using VirtualBox to create simple virtual machines and using Docker to create a simple PHP application with state. We discuss how applications involving multiple containers working together (microservices) are the ultimate way to use containers, and present a simple CRUD demo involving several containers, including some prepared by third parties and shared with us on Docker Hub. Finally, we present the Docker Compose tool as a means to orchestrate complete applications made up of multiple containers, while providing private access between the containers.
This section comprises the following chapters:
- Chapter 1, Introduction to Docker
- Chapter 2, Using VirtualBox and Docker Containers for Development
- Chapter 3, Sharing Containers Using Docker Hub
- Chapter 4, Composing Systems Using Containers
- 操作系統實用教程(Linux版)
- Modern Web Testing with TestCafe
- PLC控制程序精編108例
- Mobile-first Bootstrap
- 計算機系統開發與優化實戰
- 嵌入式Linux應用開發菜鳥進階
- Linux運維最佳實踐
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- Windows Server 2008組網技術與實訓(第3版)
- Mastering Azure Serverless Computing
- Serverless Architectures with Kubernetes
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Mastering Spring Cloud
- 微信小程序項目開發實戰:用WePY、mpvue、Taro打造高效的小程序
- 操作系統教程