docker-registry
docker-registry copied to clipboard
This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Hi, Using docker 1.1.2 and the registry image 0.8.0. I'm playing around with the registry protocol and I generated a 500 doing this (note the image doesn't exist yet on...
So, we have buses full of users on python 2.6. Don't ask me why. We already made the registry pass the tests for 2.6 - so, we are likely very...
https://bugsnag.com/docker/registry/errors/53da995c397156561ae30080
Follow-up on current discussion around documentation.
The idea is: expose an (multiple?) endpoint(s) that does health checks (on the backend / system / whatever / to be defined) so we can hook pingdom or another system...
Hello All, I'm using Ubuntu 14.04 LTS. Client: Version: 18.02.0-ce API version: 1.36 Go version: go1.9.3 Git commit: fc4de44 Built: Wed Feb 7 21:16:47 2018 OS/Arch: linux/amd64 Experimental: false Orchestrator:...
I have configured a registry mirror with registry v2 image with redis as cache. When i am pulling an image from an unix system via registry mirror, everything works without...
The docker instructions simply don't work. Ubunutu 15.04, docker version 1.6.1 I've modified the docker service file ``` $ sudo vim /etc/init.d/docker # added --insecure-registry 172.27.25.59:5000 to the docker opts...
Hello, As I'm looking to mount a private Docker registry server, I'd like to limit the access not with user/password authentication system but with SSH key like Git does today....
1. I build a private registry on a virtual machine, setup it with command below: docker run -d -p 5000:5000 --restart=always --name registry \ -v pwd/certs:/certs \ -e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/domain.crt \...