Open marcolino7 opened 6 months ago
those error messages, especially the authorized part, read to me like your remote docker daemon requires authentication. Are you sure, you set that up correctly without encryption on your remotes?
Can you connect using docker -H=192.168.99.74:2376 version
?
Also the default port set by WUD is 2375
, did you setup your docker remotes on this port, too? The docker documentation recommends port 2376
, that's why I'm asking.
Hi, I have 3 docker host in my homelab. One of them run WUD, and accessed via local file. Other two are accessed via tcp socket without encryption. Here is config:
When Cron start, I receive notification on SYNOLOGY, the docker.sock one. On other 2 host, there is container that have not an image in docker Hob and raise an error, but other valid container are not checked:
On host docker1 there are container with valid image on dockerhub, but i get
.docker1: Cron finished (0 containers watched, 0 errors, 0 available updates)
, and also for host survival.I hope I miss something, but I cannot understand what.
Thanks in advance
Marco