- 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.
- Cocos2D-X權(quán)威指南(第2版)
- Getting started with Google Guava
- Learning Selenium Testing Tools with Python
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Machine Learning with R Cookbook(Second Edition)
- Java FX應(yīng)用開發(fā)教程
- HTML5游戲開發(fā)案例教程
- Learning Apache Kafka(Second Edition)
- 信息技術(shù)應(yīng)用基礎(chǔ)
- C語(yǔ)言程序設(shè)計(jì)教程
- RocketMQ實(shí)戰(zhàn)與原理解析
- Learning VMware vSphere
- 工業(yè)機(jī)器人離線編程
- Android Sensor Programming By Example
- JavaScript悟道