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

Better to write requirement: "no sudo docker" in README

minghu6 opened this issue · comments

If the use don't have the access to /var/run/docker.sock, he may run it with sudo.
But he can't get the env REGISTRY_DATA_DIR set by export in that case .

i'm not seeing the part of the README where this would be relevant. feel free to submit a pull request?