- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 149字
- 2021-06-24 19:17:29
Docker images
The Docker image is like a template for a Docker container. It contains a set of folders and files that are necessary to start the Docker container. We will never have an image in execution mode. The image provides a template for Docker Engine to start up the container. We can create an analogy with object orientation to understand the process better. The image is like a class that provides an infrastructure to instantiate some objects, and instances are like a container.
Also, we have a Docker registry to store our images. These registries can be public or private. Some cloud vendors provide these private registries. The most famous is Docker Hub. It can be free, but if you choose this option, the image should be public. Of course, Docker Hub supports private images, but in this case, you have to pay for the service.
- Advanced Splunk
- Angular UI Development with PrimeNG
- ASP.NET MVC4框架揭秘
- Learning Chef
- Raspberry Pi Networking Cookbook(Second Edition)
- 數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程(第2版)微課版
- Neo4j Essentials
- 第一行代碼 C語(yǔ)言(視頻講解版)
- RubyMotion iOS Develoment Essentials
- Java程序設(shè)計(jì)教程
- Android Studio開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App上線(xiàn) (移動(dòng)開(kāi)發(fā)叢書(shū))
- Android高級(jí)開(kāi)發(fā)實(shí)戰(zhàn):UI、NDK與安全
- Managing Windows Servers with Chef
- Python程序員面試算法寶典
- Getting Started with Backbone Marionette