sdas
sdas

Reputation: 23

How to install a Hyperledger Fabric network in distributed mode (on multiple machines)

After running Hyperledger fabric samples, it seems that all peer nodes are run as docker containers, but all of them are running on same machine. So if I configure a network having 12 peers, it will be 12 docker containers running on same machine?
Can we create a network, where peers will run on different machines? Say, each peer run as one or multiple docker containers on separate machines? How that can be achieved?

Upvotes: 1

Views: 404

Answers (1)

Related Questions