【发布时间】:2021-11-20 18:11:09
【问题描述】:
Hyperledger-Fabric:v2.3.3
对等 docker 映像:标记 2.3.3
提交链码后对等日志出错:
ERRO 036 start-could not start container: API error (400): failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "chaincode": executable file not found in $PATH: unknown
WARN 037 could not launch chaincode 'test_v1_v1:65f5b95ca7ff438e02a86aea4205bcd697a2afa0f4e37c314d3011667357fe50': error starting container: error starting container: API error (400): failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "chaincode": executable file not found in $PATH: unknown
-
docker ps -a显示链码容器状态:已创建。 - 我尝试重启 peers 和 orderer,但同样的错误
*注意:如果我应该提供任何具体配置或任何内容来理解问题,请发表评论。
【问题讨论】:
标签: docker hyperledger-fabric hyperledger-chaincode