I have successfully installed a few hyperledger demos, including the marbles one (https://github.com/IBM-Blockchain/marbles)
A few questions,
How can I move some of the marbles demo nodes to another host/s and still get this demo to work?
I have read the following two posts on the same topic already (where docker-swarm has been used for intra-host communication)
How can I set up hyperledger fabric with multiple hosts using Docker? hyperledger-fabric-with-multiple-hosts-using-docker &
How can I make a communication between several docker containers on my local network communication-between-several-docker-containers-on-my-local-net
I still couldn't decipher installing additional nodes and running them on different hosts.
As running blockchain nodes on multiple hosts seems to be a common task, how is it being done now? I saw references to Cello and an ansible script, though they look not so mature and sure shot solutions.
Could I install the fabric nodes manually by pulling the hyperledger/fabric peer images from the docker hub? How do I then install & run the marbles demo on this pulled images?
Thanks