我正在使用流浪者。当我在已经包含 docker-compose.yml 文件的文件夹中执行 git bash 时。但是当我执行命令 docker-compose up 时,这给了我这样的错误
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml
Run Code Online (Sandbox Code Playgroud)
我所做的步骤: 1. 进入包含 vagrant 和 docker-compose.yml 文件的文件夹 2. 右键单击并单击此处的 git bash 3. 在 git bash 中以 vagrant ssh 形式给出命令 4. 然后以 docker-compose up 形式给出命令