You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error message is all I kept getting when running the following command:
Command => docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d
Error Message => “Error response from daemon: Get https://registry-1.docker.io/v2/: 3 net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
THE FIX
Docker Dashboard -> Settings -> Experimental -> Uncheck "Use New Experimental Framework".
This error message is all I kept getting when running the following command:
Command => docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d
Error Message => “Error response from daemon: Get https://registry-1.docker.io/v2/: 3 net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
THE FIX
Docker Dashboard -> Settings -> Experimental -> Uncheck "Use New Experimental Framework".
See link: FIX from Referenced Article found on forums.docker.com
The text was updated successfully, but these errors were encountered: