Module task

Source
Available on crate feature swarm only.
Expand description

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.

Re-exports§

pub use opts::*;

Modules§

opts

Structs§

Task
Interface for accessing and manipulating Docker Task.
Tasks
Interface for Docker Tasks.Task>