reg

Docker registry v2 command-line client for managing container images

brewmacoslinux
Try with needOr install directly
Source

About

Docker registry v2 command-line client

Commands

reg

Examples

List all tags for an image in a registry$ reg ls myregistry.azurecr.io/myimage
Get detailed information about a specific image tag$ reg digest myregistry.azurecr.io/myimage:latest
Delete an image tag from the registry$ reg rm myregistry.azurecr.io/myimage:v1.0.0