- 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.
推薦閱讀
- Kubernetes網絡權威指南:基礎、原理與實踐
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Linux網絡內核分析與開發
- 從實踐中學習Kali Linux無線網絡滲透測試
- 云原生落地:產品、架構與商業模式
- Mastering Windows 8 C++ App Development
- Android NDK Beginner's Guide
- Angular權威教程
- Java EE 8 High Performance
- Windows 8玩全不求人
- Getting Started with Citrix XenApp 6.5
- Linux從入門到精通
- OpenSolaris系統管理
- 不可不知的Windows技巧
- Game Data Analysis:Tools and Methods