Browse Source

Merge pull request #7144 from tobilarscheid/enhancement/highlight-differences-in-docker-commands

Highlight differences between example run commands in docker_guide
Josh Wood 9 years ago
parent
commit
8a779ce709
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Documentation/v2/docker_guide.md

+ 2 - 0
Documentation/v2/docker_guide.md

@@ -42,6 +42,8 @@ etcdctl -C http://192.168.12.50:4001 member list
 Using Docker to setup a multi-node cluster is very similar to the standalone mode configuration.
 Using Docker to setup a multi-node cluster is very similar to the standalone mode configuration.
 The main difference being the value used for the `-initial-cluster` flag, which must contain the peer urls for each etcd member in the cluster.
 The main difference being the value used for the `-initial-cluster` flag, which must contain the peer urls for each etcd member in the cluster.
 
 
+**Although the following commands look very similar, note that `-name`, `-advertise-client-urls` and `-initial-advertise-peer-urls` differ for each cluster member**
+
 ### etcd0
 ### etcd0
 
 
 ```
 ```