mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Update task states terminology in services.md (#24467)
<!--Delete sections as needed --> ## Description Corrected task states terminology in the documentation. <!-- Tell us what you did and why --> ## Related issues or tickets Closes https://github.com/docker/docs/issues/24464 <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
@@ -53,7 +53,7 @@ fails its health check or crashes, the orchestrator creates a new replica task
|
||||
that spawns a new container.
|
||||
|
||||
A task is a one-directional mechanism. It progresses monotonically through a
|
||||
series of states: assigned, prepared, running, etc. If the task fails, the
|
||||
series of states: `ASSIGNED`, `PREPARING`, `RUNNING`, etc. If the task fails, the
|
||||
orchestrator removes the task and its container and then creates a new task to
|
||||
replace it according to the desired state specified by the service.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user