04 2022 档案

摘要:docker-compose -f docker-compose-3orderer.yaml up -d 输出结果: Creating network "docker_default" with the default driver Creating orderer0.example.com ... 阅读全文
posted @ 2022-04-14 22:03 只能说运气有点好 阅读(258) 评论(0) 推荐(0)
摘要:cd fabric3O/orderer0/ nohup ./orderer start > orderer0-log.log 2>&1 & tail -f orderer0-log.log cd .. & cd orderer1 nohup ./orderer start > orderer1-lo 阅读全文
posted @ 2022-04-09 23:58 只能说运气有点好 阅读(263) 评论(0) 推荐(0)
摘要:下载安装包 wget https://github.com/hyperledger/fabric/releases/download/v2.4.2/hyperledger-fabric-linux-amd64-2.4.2.tar.gz 解压 tar -xzvf hyperledger-fabric- 阅读全文
posted @ 2022-04-07 14:04 只能说运气有点好 阅读(115) 评论(0) 推荐(0)