1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/registry-cli
2021-12-14 16:50:55 +08:00
..
Dockerfile add registry-cli 2021-12-14 16:50:55 +08:00
README.md add registry-cli 2021-12-14 16:50:55 +08:00

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