- Copy the example configuration file and modify it as needed
cp config.example.yaml config.yaml
- Run the container
docker run -d \
--name qmi_sms_reader \
--restart unless-stopped \
--device /dev/cdc-wdm0:/dev/cdc-wdm0 \
-v $(pwd)/config.yaml:/app/config.yaml \
ghcr.io/pa733/qmisms:latest
Note
Currently, in environments with apparmor enabled, permissions issues may be encountered. Try adding the --privileged
parameter.
We are still working on this issue.