skip to Main Content

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


  1. Check volume path it is already locked

    Login or Signup to reply.
  2. 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.

    enter image description here

    No idea why that worked.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search