Image Naming and Tagging
Learn about the different parts of a Docker image name and how to use them to pull images from official and unofficial repositories.
We'll cover the following...
Image name
Most of the time, you’ll work with images based on their names, and you can learn a lot about an image from its name. The figure below shows a fully qualified image name, including the registry name, user/organization name, repository name, and tag. Docker automatically populates the registry and tag values if we don’t specify them.
Press + to interact
Pulling official images
Addressing images from official repositories is easy. ...