OCI运行时exec失败:exec失败:container_linux.go:348:启动容器进程导致“没有这样的文件或目录”:未知

OCI运行时exec失败:exec失败:container_linux.go:348:启动容器进程导致“没有这样的文件或目录”:未知

问题描述:

我正在尝试建立我的结构网络。
我启动了订购组织。
我开始建立我的同伴组织。
我开始了自己的cli。该请求失败后的

I am trying to bringup my fabric network. I got my orderers organization started. I got my peer organizations started. I got my cli started. after that request is failing with

OCI运行时执行失败:

OCI runtime exec failed:

exec failed: container_linux.go:348 : starting container process caused "no such file or directory": unknown 


该错误表示 working_dir 未定义,或者不存在。
在docker-compose文件中Czeck cli部分进行上述设置。

The error means that either working_dir is undefined, or it does not exist. Czeck the cli section in your docker-compose file for the above setting.