Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 385 Bytes

Docker registry list

Tool to list information from Docker registries

Instructions

Print registry catalog

docker-registry-ls -s https://exampleServer:5000

Print tags from a specific repository

docker-registry-ls -s https://exampleServer:5000 -r group/image

Note: -s https://exampleServer:5000 can be replaced by setting DOCKER_REGISTRY environment variable