Merge pull request #1016 from dreilly1982/clarifyports

Clairify port usage in multi-manager-setup.md
This commit is contained in:
Alexandre Beslic 2015-11-23 17:08:11 -08:00
commit 1b2afce425
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ This section explains how to set up Docker Swarm using multiple **managers**.
### Assumptions ### Assumptions
You need either a `Consul`, `etcd`, or `Zookeeper` cluster. This procedure is written assuming a `Consul` server running on address `192.168.42.10:8500`. The sample swarm configuration has three machines: You need either a `Consul`, `etcd`, or `Zookeeper` cluster. This procedure is written assuming a `Consul` server running on address `192.168.42.10:8500`. All hosts will have a Docker Engine configured to listen on port 2375. We will be configuring the Managers to operate on port 4000. The sample swarm configuration has three machines:
- `manager-1` on `192.168.42.200` - `manager-1` on `192.168.42.200`
- `manager-2` on `192.168.42.201` - `manager-2` on `192.168.42.201`