Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 425 Bytes

swarm.md

File metadata and controls

11 lines (8 loc) · 425 Bytes

Swarm network

To connect nodes through a swarm network we define one of the node as a Swarm Manager node. This is usually th ordereer node, but not necessary. The other nodes will be worker nodes and should join to the manager.

Start docker swarm on orderer machine. Replace ip address 192.168.99.100 with the actual ip of the remote host interface.

docker swarm init --advertise-addr 192.168.99.100