I have been reading about docker registries and know that I can spin up a registry image. My question is:
By default when running docker I have images stored locally. Does this not mean that I have a docker registry? Or is that considered something else like a local cache or something?
What does running the docker registry image give in addition to this? Is it just a web client for my local images?