mirror of https://github.com/docker/docs.git
Update services.md (#4457)
This commit is contained in:
parent
730e10cc46
commit
dc4c54c248
|
@ -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.
|
|||
|
||||

|
||||
|
||||
## Learn More
|
||||
## Learn more
|
||||
|
||||
* Read about how swarm mode [nodes](nodes.md) work.
|
||||
* Learn how [PKI](pki.md) works in swarm mode.
|
||||
|
|
Loading…
Reference in New Issue