Module docker_api::api::node[][src]

This is supported on crate feature swarm only.
Expand description

Manage Docker nodes

Nodes are instances of the Engine participating in a 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 Node.

Interface for Docker Nodes.Node>