I am getting the below error (Bus error (core dumped)) whenever I am trying to start an MSTP application from inside a docker container (using python:3.8 image). This machine is an RPi running Bullseye image with Python 3.9 by default (hence the reason to dockerise).
The same doesn't happen when I run the MSTP application on the host system (outside the Docker container) of an RPi running Buster image with Python 3.7.
P.S. I am running the container in privileged mode and have given it the access to use the USB port for MSTP application.
I am getting the below error (Bus error (core dumped)) whenever I am trying to start an MSTP application from inside a docker container (using python:3.8 image). This machine is an RPi running Bullseye image with Python 3.9 by default (hence the reason to dockerise).
The same doesn't happen when I run the MSTP application on the host system (outside the Docker container) of an RPi running Buster image with Python 3.7.
P.S. I am running the container in privileged mode and have given it the access to use the USB port for MSTP application.