Forráskód Böngészése

Merge pull request #20052 from aditirajagopal/19301-overlay-network-unique-hostname

Overlay Network needs Unique Hostname
Vincent Demeester 9 éve
szülő
commit
2cca097ea8
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      docs/userguide/networking/get-started-overlay.md

+ 1 - 0
docs/userguide/networking/get-started-overlay.md

@@ -19,6 +19,7 @@ some pre-existing conditions before you can create one. These conditions are:
 * Access to a key-value store. Docker supports Consul, Etcd, and ZooKeeper (Distributed store) key-value stores.
 * Access to a key-value store. Docker supports Consul, Etcd, and ZooKeeper (Distributed store) key-value stores.
 * A cluster of hosts with connectivity to the key-value store.
 * A cluster of hosts with connectivity to the key-value store.
 * A properly configured Engine `daemon` on each host in the cluster.
 * A properly configured Engine `daemon` on each host in the cluster.
+* Hosts within the cluster must have unique hostnames because the key-value store uses the hostnames to identify cluster members.
 
 
 Though Docker Machine and Docker Swarm are not mandatory to experience Docker
 Though Docker Machine and Docker Swarm are not mandatory to experience Docker
 multi-host networking, this example uses them to illustrate how they are
 multi-host networking, this example uses them to illustrate how they are