ERROR: Head “https://registry-1.docker.io/v2/library/nginx/manifests/alpine”: Get “https://auth.docker.io/token?scope=repository%3Alibrary%2Fnginx%3Apull&service=registry.docker.io”: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I could suggest trying to change your DNS to 8.8.8.8.
You can do that by updating the
/etc/systemd/resolved.conf
file instead, and under the[Resolve]
section set:After that restart
systemd-resolved
:Finally to make sure that the change was successful check the status:
Hope that this helps. Regards, Bobby