Skip to content

Container Registry

A repository that stores and distributes container images, such as Docker Hub or GHCR.

When you run docker pull, the image comes from a registry. You can also self-host a private registry for your own images.

Related articles

Container Image

A read-only, versioned template that a container is created from.

Docker

A platform for packaging applications and their dependencies into lightweight, portable containers.