Yet More Plumbing for multi-host setup.

- Move peers from flags to args in the app
- Allow users to specify peers as IPs and hostname, both with and without ports
- Allow users to specify peers on ./scope launch, and plumb that through entrypoint.sh and run-app
- Improce ./scope usage text
- Add brief document explaining how to cluster Scope
This commit is contained in:
Tom Wilkie
2015-06-01 11:19:35 +00:00
parent 2e8df4a8e2
commit d9b54ba60b
7 changed files with 92 additions and 32 deletions

10
docs/scope.md Normal file
View File

@@ -0,0 +1,10 @@
## Multi host setup
Weave Scope uses WeaveDNS to automatically discover other instances of Scope running on your network. If you have a running WeaveDNS setup, you do not need any further steps.
If you do not wish to use WeaveDNS, you can instruct Scope to cluster with other Scope instances on the command line. Hostnames and IP addresses are acceptable, both with and without ports:
```
# weave launch scope1:4030 192.168.0.12 192.168.0.11:4030
```