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§
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.