Closed jarischaefer closed 7 years ago
Seems like I missed https://docs.docker.com/registry/configuration/#delete
Perhaps including a hint in the script's output could make things more obvious.
Hi,
Please make sure your registry has deletion enabled. In a docker run command, you set it in an environment variable like this: -e REGISTRY_STORAGE_DELETE_ENABLED=true
For example:
docker run -d -p 5000:5000 --name registry -v /images/:/var/lib/registry -e REGISTRY_STORAGE_DELETE_ENABLED=true registry:2.6.1
Good idea, I'll do that for the next version! Glad you got it working
I get the following errors using the 2.6.1 registry: