Reputation: 21
I'm new to docker and wanted to see where new images are uploaded to. I noticed that Docker hub also has a private section but it's still on their servers. Is it possible to have a local repository installed? if so how, what are they called?
Upvotes: 0
Views: 45
Reputation: 18906
Yes you can run your own open-source registry, in fact you can run it in a docker container. Or you can buy an on-prem solution from Docker called Docker Trusted Registry.
Upvotes: 1