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

Simple debug tool for docker-registry

Results 4 docker-registry-debug issues
Sort by recently updated
recently updated
newest added

Hi, I hope I got the right issue tracker. The following call works: `docker run --rm rufus/docker-registry-debug info -v "bioconductor/release_base"` and returns information for https://hub.docker.com/r/sneumann/release_base/tags/ : ``` # Reading user/passwd...

I'm sorry to bother you, but I'm looking for the up-to-date tool like docker-registry-debug to workaround Docker Hub Automated Build time limits. Do you happen to know such a tool?

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...