How to list/view images on private registry

Lesson Docker registry : As per lab exercises , i pushed images to private local registry. Now i want list/view all the images in local registry. What command will provide list of images in local private registry.

Hi @asgaralim,

To get a list of images on a private registry, you have to use the registry API :

curl https://username:password/domainname.com/V2/_catalog