Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Updating tribe doc to avoid port conflict
Browse files Browse the repository at this point in the history
- Just adds an additional flag to instructions to prevent error from
  testing on the same machine
  • Loading branch information
Jose Aguirre committed Sep 21, 2016
1 parent 6dee889 commit 3eda2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TRIBE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Since tribe is implemented on top of a gossip based protocol there is no "master

Start another instance of snapd to join to our existing tribe. The local IP address is 192.168.136.176 in our example. Note that we need a few more parameters to avoid conflicting ports on a single system:
```
$ snapd --tribe -t 0 --tribe-port 6001 --api-port 8182 --tribe-node-name secondnodename --tribe-seed 192.168.136.176:6000
$ snapd --tribe -t 0 --tribe-port 6001 --api-port 8182 --tribe-node-name secondnodename --tribe-seed 192.168.136.176:6000 --control-listen-port 8083
```

Both snapd instances will see each other in their member list:
Expand Down

0 comments on commit 3eda2bd

Please sign in to comment.