Asusane
Members
-
Joined
-
Last visited
Solutions
-
Asusane's post in Subject: Docker tab hangs on "Please wait..." and image pulls fail after VPN container crash was marked as the answercant create docker container because they dont exist localy and i got no connection to the server to pull the images but i got my problem solved i guess
every time i tryed to pull a docker that happens :nslookup registry-1.docker.io
;; communications error to 100.122.xxx.xxx#53: connection refused
;; communications error to 100.122.xxx.xxx#53: connection refused
;; communications error to 100.122.xxx.xxx#53: connection refused
;; no servers could be reached
that was a Tailscale IP
solved :
kill TS & Netbird Plugin
killall -HUP dnsmasq
echo "nameserver 8.8.8.8" > /etc/resolv.conf
echo "nameserver 1.1.1.1" >> /etc/resolv.conf
/etc/rc.d/rc.docker restart
nslookup registry-1.docker.io
Server: 8.8.8.8
Address: 8.8.8.8#53
after that it works fine i got all my containers from recreate back without great issues exept nextcloud but i got this really fast fixed cuz my custom network was deleted aswell for nextcloud