From de0ac5420dff92ebc339e2808d3d9c6bf53846fd Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 3 Jun 2017 02:42:21 +0800 Subject: [PATCH] Update overview.md (#3470) --- swarm/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/overview.md b/swarm/overview.md index eb95a40ce9..3d71db0de0 100644 --- a/swarm/overview.md +++ b/swarm/overview.md @@ -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)