mirror of https://github.com/docker/docs.git
doc: add documentation for `READY` state
This commit is contained in:
parent
ee8a6b745e
commit
90e51e74c9
|
@ -32,6 +32,7 @@ Tasks go through the states in the following order:
|
||||||
| `PENDING` | Resources for the task were allocated. |
|
| `PENDING` | Resources for the task were allocated. |
|
||||||
| `ASSIGNED` | Docker assigned the task to nodes. |
|
| `ASSIGNED` | Docker assigned the task to nodes. |
|
||||||
| `ACCEPTED` | The task was accepted by a worker node. If a worker node rejects the task, the state changes to `REJECTED`. |
|
| `ACCEPTED` | The task was accepted by a worker node. If a worker node rejects the task, the state changes to `REJECTED`. |
|
||||||
|
| `READY` | The worker node is ready to start the task |
|
||||||
| `PREPARING` | Docker is preparing the task. |
|
| `PREPARING` | Docker is preparing the task. |
|
||||||
| `STARTING` | Docker is starting the task. |
|
| `STARTING` | Docker is starting the task. |
|
||||||
| `RUNNING` | The task is executing. |
|
| `RUNNING` | The task is executing. |
|
||||||
|
|
Loading…
Reference in New Issue