veyalla / logspout-loganalytics

loganalytics provider for logspout
MIT License
30 stars 5 forks source link

Support for more platforms #5

Closed kbeaugrand closed 2 years ago

kbeaugrand commented 4 years ago

Hi,

First of all, thank you for this code !

I'm suggesting you an update for this repository I tried successfully.

I aims to have running this module on such platforms:

Further more I'd like to have the running image as tiny as possible, that's why I suggest to have multi staged docker file with the final image based from "alpine", final image is about 6mb only.

I'm only facing an issue with a an unpriviledged account inside the container I'd like to use instead of beeing root user. I tried to deploy the container "priviledge: true" without a sucess. On IoT edge "docker" group doesn't exist...

If you have an idea about it ?

Regards,