- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 118字
- 2021-08-13 16:03:41
Docker architecture
As we mentioned already, Docker is the most popular container platform. It allows for creating, sharing, and running applications inside Docker containers. Docker separates running applications from the infrastructure. It allows you to speed up the application delivery process drastically. Docker also brings application development to an absolutely new level. In the diagram that follows, you can see a high-level overview of the Docker architecture:
Docker architecture
Docker uses a client-server type of architecture:
- Docker server: This is a service running as a daemon in an operating system. This service is responsible for downloading, building, and running containers.
- Docker client: The CLI tool is responsible for communicating with Docker servers using the REST API.
推薦閱讀
- Containerization with LXC
- Linux內核完全注釋(20周年版·第2版)
- 網絡操作系統:Windows Server 2003管理與應用
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Ubuntu Linux操作系統
- 計算機系統開發與優化實戰
- Linux Shell編程從入門到精通(第2版)
- Linux運維最佳實踐
- Windows 7中文版從入門到精通(修訂版)
- 嵌入式系統原理及開發
- Linux使用和管理指南:從云原生到可觀測性
- 巧學活用Windows 7
- OpenStack系統架構設計實戰
- 一學就會:Windows Vista應用完全自學手冊
- Windows 7實戰從入門到精通