another q
another q

Reputation: 21

Is it possible to have a private/internal docker repository?

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

Answers (1)

johnharris85
johnharris85

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

Related Questions