burnettk / delete-docker-registry-image

If you are running a private v2 docker registry, and you are storing your data on disk, running this script from the machine where the data lives will let you fully delete an image or tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

execute 'delete_docker_registry_image --image imageName' ,nothing hint

akina-he opened this issue · comments

I has executed 'delete_docker_registry_image --image imageName' ,but nothing hint,
The image in folder ‘docker/registry/v2/repositories’ has been removed.
Is this success?

You are commenting on the lack of output? That is by design. You can make it more talkative with --verbose and of you can run it without it actually making any changes with --dry-run to see what will happen. Hope this helps.