Hyperledger Fabric v0.6,是否可以直接在没有docker的情况下直接设置网络(其他对等方)? [英] Hyperledger Fabric v0.6, set up network (additional peer) directly without docker any possible way?

查看:129
本文介绍了Hyperledger Fabric v0.6,是否可以直接在没有docker的情况下直接设置网络(其他对等方)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个与Hyperledger Fabric中的其他对等方的网络设置有关的问题. 我想在现有对等体上再添加2个对等体以形成网络,但是所有可用文档都是关于使用Docker的连接对等体.就我而言,我已经有多台服务器.因此,我只是将对等点分别直接安装到3个不同的服务器上,但是如何将这3个对等点连接起来并一起运行.我找不到与此有关的任何文件. 霍普你可以指导.

I has a question related to network setup of additional peer in Hyperledger Fabric. I want to add 2 more peers to existing peer to form a network ,but all available document is all about connection peer together by using Docker. In my case I already have multiple servers. so I just directly install peers to 3 different Servers separately ,but how can I connect that 3 peer up and running together. I cannot find any document related to this. Hopp you can guide.

是否建议将Fabric直接安装到Server? 以下是一位同行的屏幕截图.运行正常.但是如何在不使用Docker的情况下将3个对等节点直接直接连接到不同的服务器上. 我已点击此链接: https://github. com/hyperledger/fabric/blob/master/docs/Setup/Network-setup.md 但是我仍然找不到方法,因为它使用了docker. 任何可以修改的文件,例如core.yaml ..etc

To install Fabric directly to Server is recommend or not? Below is Screenshot of one peer. it's up and running fine. but How to connect 3 peers together directly on different Server without using Docker. I have follow this link: https://github.com/hyperledger/fabric/blob/master/docs/Setup/Network-setup.md but I still can't find the way since it used docker. any file that can modify to make it such as core.yaml ..etc

在此处输入图片描述

推荐答案

在使用Hyperledger Fabric 0.6版时,没有一种直接方法可以在不使用Docker的情况下连接不同服务器上的多个对等方.如您所述,建立网络部分介绍了如何使用Docker Compose将对等方链接在一起. Hyperledger Fabric版本0.6网络的主要用途之一是学习如何开发链码.重点不是动态允许对等方加入网络.

When using Hyperledger Fabric version 0.6, there is not a straightforward way to connect multiple peers on different servers without using Docker. As you noted, the Setting Up a Network section covers how to use Docker Compose to link peers together. One of the primary uses of a Hyperledger Fabric version 0.6 network is to learn how to develop chaincode. The focus isn't so much on dynamically allowing peers to join a network.

有几种方法可以为Hyperledger Fabric 0.6版创建区块链网络.

There are a few options for creating a blockchain network for Hyperledger Fabric version 0.6.

  • Published Docker images
  • Setting up a development environment
  • An instance of the Blockchain service on Bluemix can be created.

Hyperledger Fabric 1.0(当前正在开发中)旨在使不同实体更容易加入区块链网络.在 Connect-A-Thon事件中介绍了相关概念的早期预览.还有一个文章关于此事件.

Hyperledger Fabric 1.0 (currently under development) aims to make it easier for different entities to join a blockchain network. An early preview of related concepts were covered during a Connect-A-Thon event. There is also an article about this event.

这篇关于Hyperledger Fabric v0.6,是否可以直接在没有docker的情况下直接设置网络(其他对等方)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆