Browse and manipulate Docker registries from the command line
Tools for browsing and manipulating docker registries
docker-ls$ docker-ls repositories --registry https://registry.example.com$ docker-ls tags --registry https://registry.example.com myrepo$ docker-ls delete --registry https://registry.example.com myrepo:v1.0.0