Pulling and Publishing Images
A registry stores images as repositories and tags. Docker Hub is a public registry, while organizations often use private registries for proprietary images.
Image names commonly look like registry.example.com/team/app:1.2.0. A tag identifies a version or build variant; avoid using only mutable tags such as latest when reproducibility matters.