Merge pull request #1015 from TAGC/patch-1

Update services.md
This commit is contained in:
Misty Stanley-Jones 2017-01-03 10:26:59 -08:00 committed by GitHub
commit 41c6a45c7d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ terminates, the task terminates.
A task is the atomic unit of scheduling within a swarm. When you declare a
desired service state by creating or updating a service, the orchestrator
realizes the desired state by scheduling tasks. For instance, the you define a
realizes the desired state by scheduling tasks. For instance, you define a
service that instructs the orchestrator to keep three instances of a HTTP
listener running at all times. The orchestrator responds by creating three
tasks. Each task is a slot that the scheduler fills by spawning a container. The