Home > OS >  docker endpoint for "default" not found
docker endpoint for "default" not found

Time:12-17

i did clone a project and in first step when i tried to start container,i did run windows cmd in my project root and i type this command:

docker-compose up --build

and this massege showen to me: docker endpoint for "default" not found. i'll be more than happy if somebody help me. when i write this command for first time i hade an internet problem it got pause, in second time started to download something then this massege printed.

i tried to delete my old Containers, and also i try with my VPN on and off, and restart docker in powershell.

CodePudding user response:

Try to delete ".docker" folder. This helped in my case.

  • Related