Search⌘ K

Registries

Explore the concept of Docker registries as secure image stores. Understand how registries handle multiple images and tags, use HTTP API for image distribution, and provide TLS security. This lesson prepares you to publish Docker images efficiently using public or private registries.

We'll cover the following...

A Docker Registry is basically an image store that offers the following functions:

  • Ability to store various images.

  • Ability to store various tags for the same ...