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?
Asked
Active
Viewed 392 times
1

Vadim Kotov
- 8,084
- 8
- 48
- 62

sdas
- 23
- 8
1 Answers
1
You will find this link useful

Skadoosh
- 699
- 2
- 11
- 27
-
It has the required source code , steps to set up peers in multiple machines – Skadoosh May 21 '18 at 11:26