docker-registry-demo
                                
                                 docker-registry-demo copied to clipboard
                                
                                    docker-registry-demo copied to clipboard
                            
                            
                            
                        requirements.txt
I am trying to build a docker registry based on this demo but I don't understand what's getting setup here
https://github.com/lukaspustina/docker-registry-demo/blob/master/registry/Dockerfile#L12
and the requirements.txt file is missing for me and hence my build fails
https://github.com/lukaspustina/docker-registry-demo/blob/master/registry/Dockerfile#L15
Hi Torsten, sorry for coming back to you so late. I was incredibly busy.
So it seems the Docker registry does use this mechanism for setting up anymore. There were multiple changes in the past that changed the way, the docker registry is setup. It seems like I have to update the process again. Well, you're welcome to send a pull request ;)
No worries. There is the official docker image and I also found this
https://github.com/mafintosh/docker-registry-server
I wrote the blog article corresponding to this repository a while ago when there was no official Docker image for a registry. The official one you mentioned is the same I use on daily basis. Since you seem to be from Germany, you might be interested in another article where I describe how to use it: http://entwickler.de/artikel/docker-tools-werkzeugkasten-177038?page=3
Best regards, Lukas