Docker sq
Docker Fundamentals - Image Basics

Repositories and Tags

PRO
Outline

Repositories and Tags

Multiple images can be stored for a single repository. Searching for a repository in Docker Hub will show you all of the avilable images of that repository.

Every image has a unique Image ID, but can have multiple tags. That means that various tags may point to the same image.

 

I finished! On to the next chapter