Using system connman from User containers?

Hi,

I have an IoT use case where I’d like to be able to control the WiFi connection via a docker container. I have installed connman using the os-ubuntuconsole system container. However, when I run connmanctl I receive the following error:

Error: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

Sure enough, /var/run/dbus does not exist on the system container. Is it possible to allow connman usage on system containers? If that is possible, how would I allow a user container to interact with connman on a system container?

Thanks for the advice!
Will