Update overview.md (#3470)

This commit is contained in:
Wang Jie 2017-06-03 02:42:21 +08:00 committed by John Mulhausen
parent b5ccb38382
commit de0ac5420d
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ And of course, the Docker client itself is also supported.
Like other Docker projects, Docker Swarm follows the "swap, plug, and play"
principle. As initial development settles, an API will develop to enable
pluggable backends. This means you can swap out the scheduling backend
pluggable backends. This means you can swap out the scheduling backend
Docker Swarm uses out-of-the-box with a backend you prefer. Swarm's swappable design provides a smooth out-of-box experience for most use cases, and allows large-scale production deployments to swap for more powerful backends, like Mesos.
## Understand Swarm cluster creation
@ -50,7 +50,7 @@ If you are interested manually installing or interested in contributing, see [Bu
To dynamically configure and manage the services in your containers, you use a discovery backend with Docker Swarm. For information on which backends are available, see the [Discovery service](discovery.md) documentation.
## Advanced Scheduling
## Advanced scheduling
To learn more about advanced scheduling, see the
[strategies](scheduler/strategy.md) and [filters](scheduler/filter.md)