[Docker] [18116] Failed to execute script docker-compose Traceback resolution

Overview

Since I decided to use Docker for business, I was building the environment by referring to the official and articles, but the error of the title continued to be displayed and the compose command did not pass at all, so I will write down the solution.

When you hit docker-compose up etc., the following error is spit out.

[18116] Failed to execute script docker-compose Traceback (most recent call last):

Local environment

The development environment is as follows

Solutions

In conclusion, if you cancel the execution of Docker or PowerShell or restart the PC once </ b>, it will be cured normally and the compose command will pass. The cause was that the program did not end normally and became "all pipe instances are busy" </ b> because I tried various docker commands to check the operation.

Partly because the supplied PC had a slightly lower spec, it was also a factor that I hit the next command without confirming the completion of the command I hit firmly.

Recommended Posts