Vadims06 / ospfwatcher

History of all changes in OSPF Topology
https://topolograph.com/ospf-monitoring
GNU General Public License v3.0
57 stars 8 forks source link

Error on compose up -d "pull access denied for watcher" #4

Closed MLubbe8 closed 1 year ago

MLubbe8 commented 1 year ago

Unable to pull watcher docker file even after logging in to docker.io on Debian (docker-compose) and CentOS (podman-compose) based OS. Topolograph on the other hand has no problems.

Vadims06 commented 1 year ago

Hi @MLubbe8, thank you for posting. I missed docker-compose build command in my README (fixed it). So it's needed to build firstly and then run docker-compose up -d. Please give me an update.

MLubbe8 commented 1 year ago

Thanks for the feedback. Unfortunately it appears to still do the same. If I try search for the watcher image it doesn't appear to find it on docker.io under Vadims06 profile either. New to docker, so I don't know if there are perhaps permissions that need to be set to allow anyone to access it.

Terminal Output

Vadims06 commented 1 year ago

Uh, I found the issue (already fixed it), please change the docker-compose file to this and give me an update

MLubbe8 commented 1 year ago

Thank you, it successfully pulled now!