I need some tips on setting up a "remote private docker registry."
README.md in Docker-Registry is mainly focused on a private registry running on the same host, not specifying how other computers can access it remotely (or maybe too hard to understand).
So far I have found these threads:
Docker: a problem with pulling from a private registry from another server (Continuing the discussion of Github gives a hint of a proxy server, but how does it work?)
Create a remote private registry (Maybe itโs closest to what Iโm looking for, but what command do I need to access the registry from other machines?)
How to use your own registry (Again, this focus is on running the registry on the same host. He mentioned running on port 443 or 80 for other machines to access, but you need more details!)
Starting prompts, any input is greatly appreciated!
source share