DockerAPI.Task (DockerAPI v0.3.0) View Source
A task is a container running on a swarm. It is the atomic scheduling unit of swarm. Swarm mode must be enabled for these endpoints to work.
Official document
Link to this section Summary
Link to this section Functions
Inspect a task
Official document
https://docs.docker.com/engine/api/v1.40/#operation/TaskInspect
Example
Please help!
List tasks
Officla document
https://docs.docker.com/engine/api/v1.40/#operation/TaskList
Example
Please help!
Unimplemented: Get task logs
Official document
https://docs.docker.com/engine/api/v1.40/#operation/TaskLogs
Example
Please help!