- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 119字
- 2021-08-13 16:03:42
Docker's main components
Docker uses three main components:
- Docker containers: Isolated user-space environments running the same or different applications and sharing the same host OS. Containers are created from Docker images.
- Docker images: Docker templates that include application libraries and applications. Images are used to create containers and you can bring up containers immediately. You can create and update your own custom images as well as download build images from Docker's public registry.
- Docker registries: This is a images store. Docker registries can be public or private, meaning that you can work with images available over the internet or create your own registry for internal purposes. One popular public Docker registry is Docker Hub, discussed later in this chapter.
推薦閱讀
- 30天自制操作系統
- 鴻蒙生態:開啟萬物互聯的智慧新時代
- Kali Linux滲透測試全流程詳解
- 白話區塊鏈
- 新手易學:系統安裝與重裝
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 網絡操作系統管理與應用(第三版)
- Kali Linux 2018:Windows Penetration Testing
- Linux命令行大全(第2版)
- Linux網絡配置與安全管理
- Zabbix監控系統之深度解析和實踐
- Learn Quantum Computing with Python and IBM Quantum Experience
- Getting Started with Citrix XenApp 6.5
- Microsoft Azure Administrator:Exam Guide AZ-103
- 物聯網操作系統AliOS Things探索與實踐