docker-registry-demo icon indicating copy to clipboard operation
docker-registry-demo copied to clipboard

Show how to use a private Docker image repository / registry

Results 2 docker-registry-demo issues
Sort by recently updated
recently updated
newest added

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...

Hey! I've tried to build the demo and it failed with following error. I had fixed it replacing all hyphens with underscores. ``` $ docker --version Docker version 1.0.0, build...