我先是成功地运营了network和fabcar,然后尝试运营商业票据。在这里我得到了这个错误,没有这样的容器cli。现在我先试一试网络,也有同样的错误。
我在ubuntu 18.4和docker 18.x上运行hyperledger fabric 1.4,一切运行正常,但突然出现上述错误。尝试了不同的方法,如更改docker- compose -cli.yaml为docker-compose.yaml,删除docker,docker compose和所有相关的内容,如docker镜像和重新安装新的docker和docker-compose,重新克隆samples...but的fabric samples和docker镜像仍然存在问题。
以下是错误日志:
ERROR: .IOError: [Errno 2] No such file or directory: './docker-compose-cli.yaml' ...
Error: No such container: cli
ERROR !!!! Test failed```
The ERROR shows that no such file or directory but i have the file docker-compose-cli.yaml in the same directory发布于 2019-11-11 13:31:31
升级您的docker-compose版本。
https://stackoverflow.com/questions/58786074
复制相似问题