I’m running a local Docker Registry at 10.0.10.3:5000. To query images in the registry using curl, use:
❯ curl 10.0.10.3:5000/v2/_catalog
{"repositories":["adsb-dashboard"]}
❯ curl 10.0.10.3:5000/v2/adsb-dashboard/tags/list
{"name":"adsb-dashboard","tags":["0.0.1","latest"]}
