Docker registry, repository and index

Docker utilizes a hierarchical system for storing images, as shown in the following diagram:

Docker registry, repository and index

The first component in this system is the registry. The images you build will be stored in a remote registry for others to use. Docker registry is a service (an application, in fact) that stores your Docker images. Docker Hub is an example of the publicly available registry - it's free and serves a huge, constantly growing collection of existing images. We are going to cover Docker Hub in detail in Chapter 5, Finding Images. There are, of course, other registries available on the Internet, such as Artifactory (https://www.jfrog.com/artifactory ...

Get Developing with Docker now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.