Docker sq
Docker Fundamentals - Image Basics

Repositories and Tags

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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