Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Architecture 如何以分布式模式安装Hyperledger结构网络(在多台计算机上)_Architecture_Distributed_Hyperledger Fabric_Hyperledger - Fatal编程技术网

Architecture 如何以分布式模式安装Hyperledger结构网络(在多台计算机上)

Architecture 如何以分布式模式安装Hyperledger结构网络(在多台计算机上),architecture,distributed,hyperledger-fabric,hyperledger,Architecture,Distributed,Hyperledger Fabric,Hyperledger,运行Hyperledger结构示例后,似乎所有对等节点都作为docker容器运行,但它们都在同一台机器上运行。因此,如果我配置一个有12个对等点的网络,它将是在同一台机器上运行的12个docker容器? 我们能否创建一个网络,让对等点在不同的机器上运行?比如说,每个对等点在单独的机器上作为一个或多个docker容器运行?如何做到这一点 您会发现此链接很有用 它具有所需的源代码、在多台机器中设置对等点的步骤

运行Hyperledger结构示例后,似乎所有对等节点都作为docker容器运行,但它们都在同一台机器上运行。因此,如果我配置一个有12个对等点的网络,它将是在同一台机器上运行的12个docker容器?

我们能否创建一个网络,让对等点在不同的机器上运行?比如说,每个对等点在单独的机器上作为一个或多个docker容器运行?如何做到这一点

您会发现此链接很有用


它具有所需的源代码、在多台机器中设置对等点的步骤