mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
.. | ||
Dockerfile | ||
README.md |
registry-cli
registry-cli is a script for easy manipulation of docker-registry from command line (and from scripts)
$ alias registry-cli='docker run --rm --net host vimagick/registry-cli -r http://127.0.0.1:5000 -l user:pass'
$ registry-cli -i image_name --delete-by-hours $((24*30)) --dry-run