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

I have seen similar issues related to registry here, but this one seems different. I ran a `docker run -d --name registry -p 80:5000 registry` on my Mac in boot2docker....

Implements a connector from the v1 registry to access v2 content automatically, allowing v1 clients to access v2 specific content. Signed-off-by: Daniel Hiltgen [email protected]

I am trying to get the containerized docker-registry to run as non-root user. It runs perfectly fine as root, however I would prefer to have it run under a non-root...

I have create a local registry at localhost:8950 (5000 was in use). I can push and pull images to it without issue. However, once I spin up a VirtualBox VM...

Given we can use S3 as a storage backend to a registry it feels like it would be nice to place my SSL cert & key in there too rather...

We've recently gotten this behaviour as of yesterday when trying to push images. It was caused when one of the images failed to upload, possibly due to a time-out. Subsequent...

It would be nice to have a script that uses the storage lib to iterate the dataset in order to find orphans and clean them. It's important to have a...

tooling

We are using a privately hosted registry on amazon which seems to degrade after we have pulled larger images (1GB+) a few times from it, it finely stop responding. A...

bug
hardening

Hi, I got an issue with Redis. I can create, tag, everything except removing containers. Here is my configuration: ``` common: &common loglevel: _env:LOGLEVEL:info # By default, the registry acts...

Hello guys, I'm trying to set a v1/v2 registry with nginx as per the documentation says. So far so good, except v1 can't pull from the docker hub and gets...