yeasy/docker-compose-files

How can I set up hyperledger fabric 1.0 (not 0.6) with multiple hosts using Docker ?

yonchin opened this issue · 4 comments

How can I set up hyperledger fabric 1.0 (not 0.6) with multiple hosts using Docker ?

I am also interested in this. In particular, I would like to use the existing HL 1.0 docker compose files to install on Host A (which I have already done), and then run something else on Host B to install peers there and connect the peers from Host B to the peers on Host A (where I initially installed HL 1.0). Also, I would like to do this over two physical hosts, not just docker containers within the same host.

yeasy commented

IMHO, there are 2 options:

  • Manually setup and startup
  • Use CoE to help distribute and connect

Hi, @jamesv84 . Have you built a network over two physical hosts?