1

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?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
sdas
  • 23
  • 8

1 Answers1

1

You will find this link useful

https://www.skcript.com/svr/setting-up-a-blockchain-business-network-with-hyperledger-fabric-and-composer-running-in-multiple-physical-machine/

Skadoosh
  • 699
  • 2
  • 11
  • 27