Resolves: #19301
Signed-off-by: Aditi Rajagopal <arajagopal@us.ibm.com>
(cherry picked from commit 3024604054a588f213b671c7f1ec5eed2c99b78a)
| ... | ... |
@@ -19,6 +19,7 @@ some pre-existing conditions before you can create one. These conditions are: |
| 19 | 19 |
* Access to a key-value store. Docker supports Consul, Etcd, and ZooKeeper (Distributed store) key-value stores. |
| 20 | 20 |
* A cluster of hosts with connectivity to the key-value store. |
| 21 | 21 |
* A properly configured Engine `daemon` on each host in the cluster. |
| 22 |
+* Hosts within the cluster must have unique hostnames because the key-value store uses the hostnames to identify cluster members. |
|
| 22 | 23 |
|
| 23 | 24 |
Though Docker Machine and Docker Swarm are not mandatory to experience Docker |
| 24 | 25 |
multi-host networking, this example uses them to illustrate how they are |