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§
- config
swarm
- Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work.
- container
- Create and manage containers.
- exec
- Run new commands inside running containers.
- image
- Create and manage images.
- network
- Create and manage user-defined networks that containers can be attached to.
- node
swarm
- Manage Docker nodes
- plugin
swarm
- Install, create and manage plugins
- secret
swarm
- Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.
- service
swarm
- Manage and inspect services within a swarm.
- swarm
swarm
- Control and manage clusters of engines also known as Swarm
- system
- task
swarm
- 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.
- volume
- Create and manage persistent storage that can be attached to containers.