Intro No Configuration File Provided Not Found For Docker Compose

Intro No Configuration File Provided Not Found For Docker Compose

這篇介紹No Configuration File Provided Not Found For Docker Compose。

執行docker-compose指令

1
2
3
當執行docker-compose指令時,出現no configuration file provided: not found訊息。
原因是執行時該路徑不包含docker-compose.yml設定造成。
請移至有docker-compose.yml設定的路徑下執行該指令。