run-aspnetcore-microservices icon indicating copy to clipboard operation
run-aspnetcore-microservices copied to clipboard

Docker compose error 'failed to resolve reference: EOF'

Open DionKllokoqi opened this issue 1 year ago • 0 comments

When trying to run the solution with docker compose from the root folder, via the following command

docker-compose -f src/docker-compose.yml -f src/docker-compose.override.yml up -d

I am getting the following error from the orderdb:

Error response from daemon: failed to resolve reference "mcr.microsoft.com/mssql/server:latest": failed to do request: Head "https://mcr.microsoft.com/v2/mssql/server/manifests/latest": EOF

I tried this on both windows and wsl2 ubuntu, but I got the same error message on both.

DionKllokoqi avatar Sep 08 '24 18:09 DionKllokoqi