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'm trying to set up Apache as a front end to a Docker registry as described here: https://docs.docker.com/registry/apache/ The host uses SNI if that matters. When uploading an image into...

When i try to run the registry it fails in the logs i get `panic: unable to configure authorization (htpasswd): open /auth/htpasswd: permission denied` how is that possible ? i...

question

hi i'm new here. i'm trying to login in the terminal... but this key does not allow me to write my password down ![capture d ecran 2016-01-20 a 21 04...

Is there a similar api for v2 registry? For v1 there is: https://docs.docker.com/v1.6/reference/api/registry_api/#set-a-tag-for-a-specified-image-id

S3 Regions are hardcoded to known or publicly available AWS regions. You should have the ability to override the AWS region in a government sponsored version of AWS. Currently the...

I'm using registry v0.9.1. After I push an image to the private registry, I can see the image's json information. It includes this property: "created":"2016-01-07T01:48:02.697017985Z" However, this time is faster...

edit default/config.json ``` "EngineOptions": { "ArbitraryFlags": [], "Dns": null, "GraphDir": "", "Env": [], "Ipv6": false, "InsecureRegistry": [ "registry.xxx.com" ], "Labels": [], "LogLevel": "", "StorageDriver": "", "SelinuxEnabled": false, "TlsVerify": true, "RegistryMirror":...

I would like to know the deadline of this project.

question

I am trying to setup a private Docker Registry (on Amazon EC2 using Amazon Linux AMI) using the standard docker registry image and a Docker Registry Reverse Proxy (https://registry.hub.docker.com/u/marvambass/nginx-registry-proxy/) The...

``` [root@localhost ~]# sudo docker daemon --insecure-registry 192.168.60.41:5000 INFO[0000] API listen on /var/run/docker.sock WARN[0000] Usage of loopback devices is strongly discouraged for production use. Please use `--storage-opt dm.thinpooldev` or use...