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

The S3 driver for the docker registry seems to be hard-coded to use Amazon S3 URLs. Is there any way to change it so that we can use a non-Amazon...

--- docker version: Client: Version: 1.9.0 API version: 1.21 Go version: go1.4.2 Git commit: 76d6bc9 Built: Tue Nov 3 17:43:42 UTC 2015 OS/Arch: linux/amd64 docker info: Containers: 0 Images: 0...

``` we pulled two images from registry0.9, imageA and imageB , imageA is imageB's base image ``` 1 run registry2.0 container docker run -d --privileged=true --net=host --name registry-2 -e SETTINGS_FLAVOR=local...

I've tried to push an image from 'master' to local private registry. # docker push 202.120.11.59:5000/kubernetes/pause The push refers to a repository [202.120.11.59:5000/kubernetes/pause](len: 1) Sending image list FATA[0004] The system...

I get this error on the client side when doing a push: 4b06ea88509c: Pushing 4b06ea88509c: Buffering to disk time="2015-01-14T20:46:38Z" level="fatal" msg="HTTP code 504 while uploading metadata: invalid character '

https://docs.docker.com/registry/insecure/ Remote docker registry Follow the steps, https Open failure Configure document had too many errors,Please update document!

We have a private registry set up (using docker/distribution) behind nginx performing basic auth. If you run `docker login` then everything works as expected. However if you haven't logged in...

Request for example: $docker search docker-registry.example.com:5000/nginx output: Error response from daemon:unexpected status code 404 Docker v1.8.2 Registry 2.1.1 Response time="2015-09-24T06:43:34Z" level=info msg="response completed" http.request.host="docker-registry.example.com:5000" http.request.id=3a30f075-16a4-4b28-935f-8b33acfae5ba http.request.method=GET http.request.remoteaddr="54.153.12.46:5000" http.request.uri="/v2/" http.request.useragent="docker/1.8.2 go/go1.4.2...

Since today, we end up with an error when pulling [mysql:5.5](https://registry.hub.docker.com/_/mysql/) via our private registry. - private reg is configured as mirror of https://registry-1.docker.io - tag is 0.9.1 Note: When...

Hi, It would be awesome to have the support for Webhook [as in the official hub](https://blog.docker.com/2015/04/announcing-webhook-respository-subscriptions/) in the registry API! What do you think?