I have a peice of software that I need to run inside a container, it’s similar to the wi-fi configuration tool that’s avaialble however for this project I need to use this other software.
The software uses connman to configure wi-fi and connect it to a network, however I haven’t had success with it in a container.
I’ve given the container privileged access, access to dbus and host network access of which when I do then get it started it can control wi-fi devices but breaks communication with Balena Cloud.
Is there any ideas on how to get it to work nicely with the hostos?