mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Update task states terminology in services.md
Corrected task states terminology in the documentation.
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