I just started learning docker.
I have a private registry running on the same server (server1), and you can extract the test image from it on server1 by entering the following:
docker pull 127.0.0.1:5000/test
However, when I type the above command from another server, I get the error message below:
Error: Invalid Registry endpoint: Get http:
Am I missing something in the configuration?
Any help is appreciated.
Thanks!
source share