简体   繁体   English

在Hyperledger Fabric中,可以在2台不同的计算机上连接2个Org

[英]In Hyperledger Fabric is it possible to connect 2 Org's on 2 different machines

In Hyperledger Fabric is it possible to connect 2 Org's on 2 different machines(ie org1 on PC1 and org2 on PC2). 在Hyperledger Fabric中,可以在2台不同的机器上连接2个组织(即PC1上的org1和PC2上的org2)。 If possible can you please suggest some steps? 如果可能的话,您可以建议一些步骤吗?

Any help is appreciated. 任何帮助表示赞赏。

It's possible. 这是可能的。 Setting ip address instead of localhost for containers. 为容器设置IP地址而不是localhost。 Utilizing k8s or docker-swarm to handle cross-host containers. 利用k8s或docker-swarm处理跨主机容器。

Short answer is yes, though Docker Composer, which is how most of the samples are managed, won't do this without some heavy lifting. 简短的答案是肯定的,尽管管理大多数示例的Docker Composer在没有繁重工作的情况下不会做到这一点。

You should take a look at Hyperledger Cello project as a means of deploying to multiple hosts leveraging kubernetes. 您应该看一下Hyperledger Cello项目,这是一种利用kubernetes部署到多个主机的方法。 It can deploy to most clouds supporting a kubernetes cluster capability, or can be used locally. 它可以部署到支持kubernetes集群功能的大多数云上,也可以在本地使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 进程在不同计算机上的虚拟内存大小 - process's virtual memory size on different machines 如何在Hyperledger Fabric中创建新块 - How to create a new block in Hyperledger Fabric Hyperledger Fabric 框架中是否有任何注册机构? - Is there any registration authorities in Hyperledger Fabric framework? 不同机器上的Valgrind输出不同 - Different Valgrind output on different machines 可以连接电脑来控制鼠标或键盘吗? - It's possible connect to a computer to control the mouse or keyboard? Grep:输入的语法未知(在2台不同的计算机中:1台计算机的结果很好,另一台是错误的) - Grep: Unknown syntax for entry (in 2 different machines: 1 machine's result is fine, another was error) 将成员添加到亚马逊托管区块链上的现有超级账本 Fabric 1.2 网络 - Adding member to existing hyperledger Fabric 1.2 network on amazonmanaged blockchain bin:不能 mkdir:权限被拒绝或平台特定的结构二进制文件无法在 Hyperledger Fabric 中下载 - bin: Cannot mkdir: Permission denied OR platform specific fabric binary is not available to download in Hyperledger Fabric 日期转换代码在不同机器上表现不同 - Date conversion code behaving different on different machines Hyperledger Fabric SDK Go 安装错误。 这里出了什么问题以及如何解决? - Hyperledger Fabric SDK Go Installation Error. What is going wrong here and How to fix it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM