docker-registry icon indicating copy to clipboard operation
docker-registry copied to clipboard

This is **DEPRECATED**! Please go to https://github.com/docker/distribution

Results 100 docker-registry issues
Sort by recently updated
recently updated
newest added

is there any way to clean the registry implemented ?

delete

Hi folks, By passing validate=False to boto get_bucket I can use a bucket where my account doesn't have permission to the root, but has permission to a sub path in...

I am running docker-registry on my own server, pull images from docker hub, re-tag image, push to local container all work fine. But search or pull images from other docker...

I am working on CENTOS 7. My goal is to configure a private registry by using two containers one for registry and the other one linking registry to nginx container....

I am not sure this issue is in the right place. However, I am going to explain my current problem. I would like to run the service docker-registry with non-root...

Hi, EDIT / TL:DR / ACTUAL ISSUE: Mostly figured it out except that I can't seem to use my own CA even when importing it 'properly' and mainly docs aren't...

question
documentation

Have been using the private docker registries for a while now. Am using registry-0.8.0. This is the first time I ran into the following errors: I tried "docker push :":...

Using the latest image of registry and docker 1.5.0 on CENTOS. I run the local docker-registry as follows: $ docker run -p 80:5000 -v /opt/docker-registry:/reg -e STORAGE_PATH=/reg/data -e LOGLEVEL=debug -e...

In some cases the registry creates files under /tmp and abandons these files there, filling up the container. This seems to be happening if there's too many concurrent machines trying...

bug

Hi, I setup a private docker registry, and it's working well if pull from one docker client at one time. But if I did 'docker pull' from multiple docker client...