Q4. What is Docker image?

Docker image is the source of Docker container. In other words, Docker images are usedto create containers. Images are created with the build command, and they’ll produce acontainer when started with run. Images are stored in a Docker registry such asregistry.hub.docker.com because they can become quite large, images are designed tobe composed of layers of … Continue reading Q4. What is Docker image?