Using Docker Configuration Files
The names (sometimes also referred to as the tags of) of Docker images are typically structured as follows: registry/optional-path/short-name:version. The registry part is used by Docker when pulling existing images from repositories, and when pushing new images to repositories. (In Docker parlance, repositories are called registries.)