docker-registry-debug icon indicating copy to clipboard operation
docker-registry-debug copied to clipboard

allow empty index endpoint for private repositories

Open gesellix opened this issue 9 years ago • 0 comments

This allows to use the docker-registry-debug with a private registry, where no index is available. Example:

$ docker build -t docker-registry-debug .
$ docker run docker-registry-debug -i="" -r="http://local-registry.example.com:5000" info example/repository

gesellix avatar Dec 15 '14 12:12 gesellix