Skip to main content

Crate edgehog_device_runtime_containers

Crate edgehog_device_runtime_containers 

Source
Expand description

§Edgehog Device Runtime Containers

Library to manage container for the edgehog-device-runtime.

It will handle communications with the container runtime and solve the requests received from Astarte.

Re-exports§

pub use bollard;
pub use self::docker::*;

Modules§

docker
Wrapper around the Docker client
error
Error returned when interacting with the docker daemon
events
Send events to Astarte
local
Interface with the Containers locally
properties
Container properties sent from the device to Astarte.
requests
Container requests sent from Astarte.
resource
Resource for the service.
service
Service to receive and handle the Astarte events.
stats
Gather statistics of the container and sends them to Astarte.
store
Persistent stores of the request issued by Astarte and resources created.