docker-ls

Browse and manipulate Docker registries from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Tools for browsing and manipulating docker registries

Commands

docker-ls

Examples

List all repositories in a Docker registry$ docker-ls repositories --registry https://registry.example.com
List all tags for a specific repository$ docker-ls tags --registry https://registry.example.com myrepo
Delete a specific image tag from registry$ docker-ls delete --registry https://registry.example.com myrepo:v1.0.0