aspnetrun/run-aspnetcore-microservices

Edit Documentation Telling Devs To Turn Off Docker's "Experimental Features"

anitconsultantllc opened this issue · 1 comments

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".

Screen Shot 2021-07-25 at 1 11 05 PM

See link: FIX from Referenced Article found on forums.docker.com

Thanks for sharing, I added this into readme file.