Update services.md (#4457)

This commit is contained in:
Wang Jie 2017-09-12 00:51:36 +08:00 committed by Gwendolynne Barr
parent 730e10cc46
commit dc4c54c248
1 changed files with 9 additions and 9 deletions

View File

@ -74,7 +74,7 @@ A service may be configured in such a way that no node currently in the
swarm can run its tasks. In this case, the service remains in state `pending`.
Here are a few examples of when a service might remain in state `pending`.
**Note**: If your only intention is to prevent a service from
> **Note**: If your only intention is to prevent a service from
being deployed, scale the service to 0 instead of trying to configure it in
such a way that it will remain in `pending`.
@ -118,7 +118,7 @@ in gray.
![global vs replicated services](../images/replicated-vs-global.png)
## Learn More
## Learn more
* Read about how swarm mode [nodes](nodes.md) work.
* Learn how [PKI](pki.md) works in swarm mode.