5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Docker】[18116] Failed to execute script docker-compose Tracebackの解決

Last updated at Posted at 2020-11-09

#概要
業務でDocker使用する事になったため、公式や記事を参考に環境構築を行っていたが、タイトルのエラーが表示され続けて、composeコマンドがまったく通らなくなってしまったため、解決策をメモする。

docker-compose upなどと叩くと下のようなエラーが吐き出される。

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

###ローカルの環境
開発環境は以下の通り

  • Windows 10 Pro
  • Docker v19.03.13

#解決方法
結論を言うと、DockerやPowerShellの実行をとり消すか、1回PCを再起動すれば普通に治り、composeコマンドが通る。
動作確認のためにdockerコマンドを色々と試したせいで、プログラムが正常に終了されず「すべてのパイプ インスタンスがビジー状態」になってしまったのが原因。

支給されたPCがやや低スペックなのもあり、しっかり叩いたコマンドの完了を確認せず次のコマンドを叩いたのも要因だった。

#追記
再起動せずとも、Docker desktopのQuit docker desktopでDocker自体を一旦停止させて、再度Dockerを立ち上げ直せば動作することを確認。

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?