Docker pull results in "Request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"

yes what @tonihoo shared, worked.

For years it’s been simple to set up DNS on a Linux machine. Just add a couple of entries to /etc/resolv.conf and you’re done.

# Use Google's public DNS servers.
**nameserver 8.8.4.4**
**nameserver 8.8.8.8**
1 Like