Dockerized version #79
Replies: 2 comments
-
Nice little add-on. With minimum tweaking should work on any system supporting Docker Containers. |
Beta Was this translation helpful? Give feedback.
-
I suspect that it'll work on most docker platforms with zero tweaking... the only "tweaks" I had to do for synology was kernel USB drivers... most *nix distributions and docker hosts should work just fine out of the box, so long as the USB modem is recognized. I did have some challenges building the docker images for armv7, so I don't build for that just yet... When I tried that I got errors related to the python required libraries. Didn't do much homework, deferred that problem for later :) Thanks again @thess ! |
Beta Was this translation helpful? Give feedback.
-
Hey @thess !!
I just found the original version of this and then your updated repo with all the bells and whistles! Thank you for continuing to maintain this project! I love it!
I wanted to try running this on my Synology NAS so I dockerized it and I'm successfully running it now on my Synology with a USB modem! Works great!
The image is
telnetdoogie/callattendant-docker:latest
and I've created a renovate dependency on your repo, so when you update releases I should get a PR to keep the docker version automatically built and pushed to dockerhub. There's a docker-compose for people to use over at https://github.com/telnetdoogie/callattendant-dockerI'm super excited that this works on my NAS (and other platforms I assume, since it runs well in docker) and I just wanted to share that and also to express my appreciation! I'm excited to start getting one-up on the robocallers at home now! I still need to update the docs a bit for the USB drivers specific to synology but there were no massive hurdles to jump through at all!
I'm glad you made the status indicators NULLable instead of depending on the raspi specific libraries!!! Great stuff!
telnetdoogie
Beta Was this translation helpful? Give feedback.
All reactions