Module docker_api::api

source ·
Expand description

All api endpoints like containers, images, networks…

Re-exports

pub use container::*;
pub use exec::*;
pub use image::*;
pub use network::*;
pub use system::*;
pub use volume::*;
pub use config::*;
swarm
pub use node::*;
swarm
pub use plugin::*;
swarm
pub use secret::*;
swarm
pub use service::*;
swarm
pub use swarm::*;
swarm
pub use task::*;
swarm

Modules

configswarm
Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work.
Create and manage containers.
Run new commands inside running containers.
Create and manage images.
Create and manage user-defined networks that containers can be attached to.
nodeswarm
Manage Docker nodes
pluginswarm
Install, create and manage plugins
secretswarm
Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.
serviceswarm
Manage and inspect services within a swarm.
swarmswarm
Control and manage clusters of engines also known as Swarm
taskswarm
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.
Create and manage persistent storage that can be attached to containers.