Open matiaslopezd opened 1 year ago
Hey, I had a similar issue earlier. This is a network issue, not related to dalai
. I solved it by connecting with a different network. Though I didn't debug it further, I suspect it couldn't resolve / connect to some IPs due to firewall rules of the network -- your case seems similar.
I've same issue i solve with this solutions:
Specifying a DNS server for docker containers helped me.
Create a /etc/docker/daemon.json file with this content:
{
"dns": ["8.8.8.8", "8.8.4.4"]
}
and restart the docker service:
sudo service docker restart
Hi! I'm trying to install with docker, but I don't understand if the Debian repo server it's failing now or if something is not working.
System info
Does someone have the same issue?