Docker hub related doubts

Am totally new to docker can anyone suggest a third party tool for docker hub instead of working online.
https://registry.hub.docker.com/.
We don’t have any access to internet and most of our clients do work in intranet.Kindly help me out.

Regards
Priyanka

Hi Priyankanair,

What you need is a “Private Registry” setup, I think.

Details are at:


Then again, you need internet access at least for the duration of downloading the “registry” image or the python packge called “docker-registry”.

Cheers,
Joe

hi joe
What is docker kitematic??can it be used for creating registry?is there any document for a layman?

Please visit:

for info on Kitematic.

Basically Kitematic is a GUI solution for Docker CLI. So you can use it to pull the “registry” image and run a container that will provide a private registry.

-Joe