mirror of https://github.com/docker/docs.git
Merge pull request #1016 from dreilly1982/clarifyports
Clairify port usage in multi-manager-setup.md
This commit is contained in:
commit
1b2afce425
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue