I'm suggesting you an update for this repository I tried successfully.
I aims to have running this module on such platforms:
amd64
arm32v7
386
...
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...
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,