dMp

Results 133 comments of dMp

@danielschwartz - your registry is working ok without authentication nor ssl - correct? - can you make it work ok with just SSL and NO authentication first? (so, no docker...

@danielschwartz - why would you try to login if there is no auth for your registry? - save for docker login, can you docker push and pull successfully? - what...

@danielschwartz please (with SSL enabled) `curl -iv https://yourregistry:port/v1/_ping` and: - check if curl is happy - copy the resulting output

@garystafford the VM is a different host. You cannot expect "localhost" from machine A to be "localhost" for machine B. So, if you start your registry on machine A, with...

What version of the registry is this?

Can you copy the actual exception and log around it?

Hello @rchaudha I would suggest you use the latest registry version to start (0.9). Also, please read https://github.com/docker/docker-registry/blob/master/DEBUGGING.md and provide the information listed there ("Basics" and "Your private registry"). After...

Ah, consistency and distributed filesystems... Thanks @BugRoger !