1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #28292 from lixiaobing10051267/masterDockerSwarm

fix the wrong title with docker swarm
This commit is contained in:
Sebastiaan van Stijn 2016-11-15 00:37:07 +01:00 committed by GitHub
commit ccba7911c8

View file

@ -212,7 +212,7 @@ environment.
## service discovery
Swarm mode [service discovery](https://docs.docker.com/engine/swarm/networking/) is a DNS component
Swarm mode [service discovery](https://docs.docker.com/engine/swarm/networking/#use-swarm-mode-service-discovery) is a DNS component
internal to the swarm that automatically assigns each service on an overlay
network in the swarm a VIP and DNS entry. Containers on the network share DNS
mappings for the service via gossip so any container on the network can access
@ -226,7 +226,7 @@ automatically distributes requests to the service VIP among the active tasks.
A [swarm](https://docs.docker.com/engine/swarm/) is a cluster of one or more Docker Engines running in [swarm mode](#swarm-mode).
## Swarm
## Docker Swarm
Do not confuse [Docker Swarm](https://github.com/docker/swarm) with the [swarm mode](#swarm-mode) features in Docker Engine.