Module docker_api::api::task[][src]

This is supported 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 data::*;
pub use opts::*;

Modules

Structs

Interface for accessing and manipulating Docker Task.

Interface for Docker Tasks.Task>