docker-registry
docker-registry copied to clipboard
This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Docker version 1.12.6, build d5236f0 There was a system reboot after a coreos upgrade in the private docker registry node. It took more than 12 hours to start the docker...
Behind corporate firewall, I am trying "docker search" through the proxy server on a Windows 7 Docker Quickstart Terminal. First set the proxy server details export HTTP_PROXY="http://{REPLACE-WINDOWS-DOMAIN-NAME}\{REPLACE-WINDOWS-USER-NAME}:{REPLACE-WINDOWS-PASSWORD}@{REPLACE-PROXY-SERVER}:{REPLACE-PROXY-PORT}/" export HTTPS_PROXY="https://{REPLACE-WINDOWS-DOMAIN-NAME}\{REPLACE-WINDOWS-USER-NAME}:{REPLACE-WINDOWS-PASSWORD}@{REPLACE-PROXY-SERVER}:{REPLACE-PROXY-PORT}/" export...
This got added inadvertently. How could I remove?
Hello, i have a problem to delete an image :( If I delete my image like this [#998](https://github.com/docker/docker-registry/issues/988#issuecomment-224280919) , it works. But if I delete the last image, I see...
When i push a images by http api v2 ,i failed. I obey the https://docs.docker.com/registry/spec/api/ Anyone help me to know what's i'm wrong? This is my process order: 1. `POST...
I hope this is the right channel for requesting help. I've created a team with an LDAP group, but after several hours the team still shows no members. I imagine...
Certain page offsets for the search endpoint in the registry v1 API return a 500 response. I work for a company called Blackduck Software where part of my job is...
I've tried to pull r-base/nginx/fedora/mongo. All failed. And the error message is :Tag latest not found in repository docker.io/library/xxxx I don't know why.. What's wrong? My docker info: ``` Containers:...
I have configured in a given machine a private docker registry on CentOS 6.6 with basic authentication by using docker-registry 0.8.1-2 docker-io 1.2.0-3 nginx 1.6.2-1 I have included authorized users...