How can I resolve this error? I’m using Docker, whenever I do ‘docker-compose up’ the containers are running for a second then it constantly stops then shows the error:
ERROR: Windows named pipe error: The pipe has been ended. (code: 109)
How can I resolve this error? I’m using Docker, whenever I do ‘docker-compose up’ the containers are running for a second then it constantly stops then shows the error:
ERROR: Windows named pipe error: The pipe has been ended. (code: 109)
2
Answers
Check volume path it is already locked
The below worked for me. I’m running Docker on Linux containers. Docker Desktop version 4.14.0 (91374)
I did a switch to Windows containers, waited for the restart, and then switched back to Linux containers.
No idea why that worked.