- 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.
推薦閱讀
- Linux系統文件安全實戰全攻略
- Red Hat Enterprise Linux 8系統管理實戰
- UNIX操作系統設計
- Arch Linux Environment Setup How-to
- BPEL and Java Cookbook
- Extending Puppet
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- Mastering Windows 8 C++ App Development
- Docker容器技術與應用
- Agile IT Security Implementation Methodology
- Learning IBM Watson Analytics
- Linux系統管理初學者指南:基于CentOS 7.6
- Learning Joomla! 3 Extension Development(Third Edition)
- 程序員必讀經典(算法基礎+計算機系統)
- C#實用教程(第2版)