【发布时间】:2019-02-06 02:09:32
【问题描述】:
我正在关注有关将 Hyperledger Composer 区块链业务网络部署到 Hyperledger Fabric(多个组织)的官方教程。我能够使用提供者 Org1 和 Org2 示例来建立网络。现在我想将组织自定义为我自己的。但是在执行 ./byfn.sh -m up -s couchdb -a 命令时。我收到以下错误;我检查了所有 yaml 文件,但找不到错误的可能根本原因。我真的需要这方面的帮助。谢谢。
Starting for channel 'mychannel' with CLI timeout of '10' seconds and CLI delay of '3' seconds and using database 'couchdb', and using Fabric CAs
Continue? [Y/n] Y
proceeding ...
LOCAL_VERSION=1.2.0
DOCKER_IMAGE_VERSION=1.2.0
WARNING: The COMPOSE_PROJECT_NAME variable is not set. Defaulting to a blank string.
ERROR: The Compose file is invalid because:
Service peer0.org2.example.com has neither an image nor a build context specified. At least one must be provided.
ERROR !!!! Unable to start network
【问题讨论】:
标签: hyperledger-fabric hyperledger hyperledger-composer