fix:consel=>consul

This commit is contained in:
silenceper
2017-08-15 15:11:10 +08:00
parent f59dd5bdc0
commit 060dee21d5
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
## 使用 Swarm
前面演示了基于 consel 服务发现后端来配置一个本地 Swarm 集群。其中consel 也可以被替换为 etcd、zookeeper 等。
前面演示了基于 consul 服务发现后端来配置一个本地 Swarm 集群。其中consul 也可以被替换为 etcd、zookeeper 等。
另外一个更方便的方式是直接使用 DockerHub 提供的免费服务发现后端。
@@ -178,4 +178,4 @@ NETWORK ID NAME DRIVER
6edf2d16ec97 swarm_network overlay
```
此时,所有添加到这个网络上的容器将自动被分配到集群中的节点上,并且彼此联通。
此时,所有添加到这个网络上的容器将自动被分配到集群中的节点上,并且彼此联通。