Docker:Image Id inconsistency in showing container list

When I create a container using image name, it shows image name in container list. but when create with image id, it shows image id in container list. When I remove the repo tag(ie image name) from my machine, container list will automatically shows the image id. How can I remove this inconsistency. Is there any solution?

Chakku, Is this just a matter of convenience or is it preventing you from doing something else? I’m not sure I understand what your real problem is. Can you provide more details?

Hii…
When Image name in container list is different depending on Image ID or Name is given in container creation. So how can I list all docker containers under a specific image ID using Docker API.