Reputation: 23
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