- Docker for Developers
- Richard Bullington McGuire Andrew K. Dennis Michael Schwartz
- 252字
- 2021-06-11 18:15:20
Chapter 1: Introduction to Docker
Docker is a technology that allows entire applications and their environments to be encapsulated within individual containers. When multiple versions of these containers are run on a single machine, they are sandboxed from one another as if running on their own dedicated machines.
Docker is open source, which fits well with running Linux in containers, as well as numerous available open source components that help build complex systems. It is the logical progression of technologies used for hosting and backend development over the past decade or longer. This progression has moved from a physical kind of hosting to a logical one and has been driven by several requirements. These requirements include reliability, reachability, scalability, and security.
This book is divided into three sections. The first is an introduction to Docker, focusing on local development. The second describes the methodology for testing, deploying, and scaling applications. The third goes into detail about security when using a container-based design.
In this chapter, we will review the history of hosting and backend solutions with a focus on how Docker came to be a widely used technology.
The following topics will be covered in this chapter:
- Origins of hosting services
- Types of hosting services – co-location
- Types of hosting services – self-hosting
- The benefits of data centers
- How virtualization works
- The power requirements at data centers
- How virtualization is a solution for data centers and the invention of the cloud
- How containers are a bigger win for data centers and hosting
- Mastering vRealize Operations Manager(Second Edition)
- PLC控制系統應用與維護
- SharePoint 2013 應用開發實戰
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 巧學活用Windows 7
- Android物聯網開發細致入門與最佳實踐
- Learning Magento 2 Administration
- AutoCAD 2014中文版從入門到精通
- 深入淺出Node.js
- 云原生落地:產品、架構與商業模式
- Advanced Infrastructure Penetration Testing
- Linux操作系統
- Agile IT Security Implementation Methodology
- Linux系統安全:縱深防御、安全掃描與入侵檢測