- 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.
推薦閱讀
- Mastering Distributed Tracing
- 精解Windows 8
- Windows Phone 7.5 Data Cookbook
- Mastering KVM Virtualization
- 深入Linux內核架構與底層原理(第2版)
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- 計算機應用基礎(Windows 7+Office 2016)
- Linux基礎使用與案例
- 分布式系統設計實踐
- Microsoft Hyper-V Cluster Design
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- 操作系統之哲學原理第2版
- 基于Arduino的嵌入式系統入門與實踐
- Linux指令從初學到精通
- Drupal 7 Mobile Web Development Beginner’s Guide