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::*;swarmpub use node::*;swarmpub use plugin::*;swarmpub use secret::*;swarmpub use service::*;swarmpub use swarm::*;swarmpub use task::*;swarm
Modules
- config
swarmConfigs 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.
- node
swarmManage Docker nodes - plugin
swarmInstall, create and manage plugins - secret
swarmSecrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work. - service
swarmManage and inspect services within a swarm. - swarm
swarmControl and manage clusters of engines also known as Swarm - task
swarmA 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.