Skip to content

Report storage usage of a Docker Registry. Reports usage by image and tag, shared and exclusive usage.

Notifications You must be signed in to change notification settings

aoresnik/docker-registry-du

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-registry-du

Report storage usage of a Docker Registry. Reports usage by image and tag, shared and exclusive usage.

WARNING: This software is in prototype phase - do not use on production repositories.

Installing

  1. You need a working Go installation
  2. Checkout project
  3. Run build
    go build
    
  4. Run the code
    ./docker-registry-du -username user -password password https://your-registry.example.com
    

About

Report storage usage of a Docker Registry. Reports usage by image and tag, shared and exclusive usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages