docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 879 forks source link

Folder "registry" is missed in the docker #1046

Closed CKA3KuH closed 8 years ago

CKA3KuH commented 8 years ago

When I trying to push my docker:

The push refers to a repository [node4904-os-d-registry.jc.neen.it:11001/sa-mp-docker] (len: 2)
Sending image list
Error: Status 503 trying to push repository sa-mp-docker: "{\"errors\":[{\"code\":\"UNAVAILABLE\",\"message\":\"service unavailable\",\"detail\":\"health check failed: please see /debug/health\"}]}\n"

In my docker:

# pwd ; ls -la /var/lib/ | grep registry
/var/lib

After /var/lib/registry folder creation all working as it should.