-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerized version #42
Comments
Nice work, @hugoh Thank you for sharing. I'm happy to integrate your work into the project. For some users, docker will be an easier way to use the script, while others can run it natively on the platform of their choice. |
I'm running the docker version on my Truenas NAS without issue. It's simplified things for me as the pi I was using gets rebooted from time to time due to the other tasks I've given it. |
Thank you @highvolt-dev for the awesome software and @hugoh for the helpful Docker image :) |
@highvolt-dev Are you still thinking about incorporating the Dockerfile and entrypoint script into this repo, or would you add a link to https://github.com/hugoh/docker-tmo-monitor in the README file? Hopefully more people can decide if they want to use Docker to run this :) |
My Dockerized version is out-of-date at this point as I am running the tool in a non-Dockerized environment. So, merging an up-to-date version in this upstream repo makes the most sense. |
@jiehanzheng @hugoh I am still interested in integrating this work into the project so it can be maintained |
Any update on creating an OFFICIAL docker image for this project? |
@famewolf I just setup docker on my raspberry pi last weekend, hoping to work on containerizing it soon |
Great news! I'm running @hugoh's one which is about a year out of date and I'm occasionally running into issues where I THINK it's rebooting the router multiple times because it's not back up in time for the next check. I've had to manually pull the plug on gateway a few times on a fairly regular basis recently....I could just be having bad internet connections with t-mobile though. |
Here's an updated version of hugo's Dockerfile which will work with the latest version of your monitor. All that was needed was copying the tmo-monitor.py from the bin directory up to /tmo-monitor so it could be found. I built the image, saved it to a tar file, copied the tar file to my truenas server and loaded the image into docker then modified my docker app to use the local copy instead of hugo's. < |
FYI, I created a Docker container version of your tool at https://github.com/hugoh/docker-tmo-monitor. The image is published at https://hub.docker.com/r/hugohh/tmo-monitor.
It's been working fine for me. I'm happy to provide a pull request. It will entail Docker Hub and GitHub Actions to perform the automated builds.
Thank you for your tool.
The text was updated successfully, but these errors were encountered: