Skip to content

samalba/docker-registry-debug

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

docker-registry-debug

Usage: ./registry-debug [options] command

options:
  -i="https://index.docker.io": override index endpoint
  -q=false: disable debug logs
  -r="": override registry endpoint

commands:
  info <repos_name>: lookup repos meta-data
  layerinfo <repos_name> <layer_id>: lookup layer meta-data
  curlme <repos_name> <layer_id>: print a curl command for fetching the layer

Examples:

./registry-debug info ubuntu
./registry-debug layerinfo ubuntu 3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710
./registry-debug curlme ubuntu 3db9c44f45209632d6050b35958829c3a2aa256d81b9a7be45b362ff85c54710

About

Simple debug tool for docker-registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published