DEV Community

Roy
Roy

Posted on

Client.Timeout exceeded while awaiting headers in docker pull

systemctl edit docker

[Service]
Environment="HTTP_PROXY=http://USER:PASSWD@SERVER:PORT/"
Environment="HTTPS_PROXY=http://USER:PASSWD@SERVER:PORT/"

systemctl daemon-reload
systemctl restart docker

Top comments (0)