This is a temporary repository which is used for development of a refactored tedge-container-plugin.
It will be moved to the tedge-container-plugin once it is proven to be a valuable replacement for the current posix shell implementation.
-
Register container and container-groups to thin-edge.io
-
Publish container meta information via
/twin/container
topic -
Delete orphaned services from the cloud
-
One scan option - Don't register a service, and let users trigger it via systemd timer
-
Periodically poll mode
-
Build workflow
- Linux packages
- Container image
-
Support filtering on container name
-
Subscribe to
te/device/main/service/+/cmd/health/check
to support on demand triggering to refresh container state -
Support filter criteria to only pick specific containers with the given labels
-
Configuration
- Enable/disable telemetry data
- Enable/disable compose project monitoring
- Enable/disable container monitoring
-
Support excluding containers with a give label
-
Support excluding containers by name
-
Add subcommand for
- container sm-plugin
-
Publish telemetry data (in same format at docker stats)
-
Read config from file and environment variables
-
Support using certificates to interact with:
- MQTT broker
- Cumulocity Local Proxy
-
Fix container id to container-group service lookup (triggered from the system events)
-
Support fetching container logs
-
Support start/stop/restart/pause/unpause container
-
Support executing custom command in container?