Technical questionAccepted answer
Docker endpoint for "default" not found
HesamHashemi
Dec 14
0 views1
I did clone a project and in the first step when I tried to start the container, I did run windows CMD in my project root and I type this command:
docker-compose up --build
and this message is shown to me:
docker endpoint for "default" not found.
I'll be more than happy if somebody helps me. When I write this command for the first time I had an internet problem it got paused, in second time started to download something then this message printed.
I tried to delete my old Containers, also I try with my VPN on and off, and restart docker in PowerShell.
1 answer
Accepted answer · original discussion
infiniteLearner
PermalinkDec 22
For Windows Users
- Delete
.dockerdirectory. Which exists on PATHC:\Users\your-username\.docker - Restart docker.
1 question comment
Use comments to ask for clarification. Post a solution as an answer.
Linh NguyenPermalink
Dec 15
your problem seem to be the same as this one github.com/docker/compose/issues/9956 , take a look at the answers in this