aspnetrun / run-aspnetcore-microservices

Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=JUNE24
MIT License
2.53k stars 1.38k forks source link

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

Open anitconsultantllc opened 2 years ago

anitconsultantllc commented 2 years ago

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

mehmetozkaya commented 2 years ago

Thanks for sharing, I added this into readme file.