I'm able to build and run the wifi docker container, but the backend refuses to start with the message Aug 12 20:31:35.277987: main: 716: FATAL: clicon_sock_group option not set.
Full log
$ docker logs wifi
+ echo /usr/local/bin/startsystem.sh
/usr/local/bin/startsystem.sh
+ DBG=0
+ echo 'Set disable_coredump false'
+ echo 'start clixon_backend:'
start clixon_backend:
+ /usr/local/sbin/clixon_backend -FD 0 -s startup -l e
Aug 12 20:31:35.277987: main: 716: FATAL: clicon_sock_group option not set
+ /bin/sleep 100000000
I just cloned and the example without any changes.