top | item 8201152

Docker Registry experiencing full service disruption

23 points| stingraycharles | 11 years ago |status.docker.com | reply

10 comments

order
[+] contingencies|11 years ago|reply
... and again we see that decentralization or elimination of single points of failure (SPOF) is critical in the design of all manner of systems.

What's stopping open source infrastructure supporting magnet URLs? :)

[+] JonnieCache|11 years ago|reply
>What's stopping open source infrastructure supporting magnet URLs? :)

This actually sounds like a good idea. Is it a good idea? I suppose many distributed systems use hash rings and the like already, but I don't remember ever seeing them exposed to users as urls like bittorrent does.

[+] stingraycharles|11 years ago|reply
I think in this case it should be even easier. The whole docker registry is just a REST HTTP server that supports CRUD operations (PUT, GET, etc).

I wonder what the reason for the outage is. I am pretty sure the Docker team is qualified enough to prevent failures caused by a SPOF.

[+] wilhil|11 years ago|reply
Sorry to sound dumb here, but, I haven't used docker yet... thought it is something you install locally?

What does Docker to centrally that requires a third party service?

[+] dkhar|11 years ago|reply
It's the registry, not Docker itself.

This analogy might help: Docker Registry is to Docker as Github is to Git.