When I run docker images
I can see the repository, tag, imageid, size. But there is no image name column.
Can we say that image name is a combination of repository and tag - repository:tag
? And that at any point of time there can be only 1 image with the same repository name and tag value combination?