Where Images Come From (Registries and Docker Hub)

LEVEL 0

The Problem

You need an nginx web server. You could build an image from scratch — install Linux, install nginx, configure it. That would take hours.

Many people need nginx. In practice, someone has already built a maintained nginx image.

They have. But where do you find it? And how do you know it’s safe?

This is the problem of image distribution. We need a central place to share images — like an app store, but for Docker images.