mikesart / inotify-info

Linux inotify info reporting app
MIT License
298 stars 31 forks source link

Publish the container image to GHCR or Docker Hub #41

Closed ejnshtein closed 6 months ago

ejnshtein commented 6 months ago

I wanted to run this VERY USEFUL tool (THANK YOU) but didn't want to build it. I saw that running a docker container is mentioned in the documentation, so I ran it, but it failed because no image with the name inotify-info is available on Docker Hub. I see a few <USERNAME>/inotify-info images on Docker Hub but none from @mikesart account. I ended up running the image from mongey/inotify-info and it worked fine, but still, I want to propose to:

Thank you! Awesome tool!

P.S. If you decide to publish a container image to this repo, the command to run it will look like this: docker run --rm --privileged -v /proc:/proc ghcr.io/mikesart/inotify-info

ejnshtein commented 6 months ago

Just in case, here's a link to documentation on how to publish images to GHCR.

motiejus commented 6 months ago

This was previously discussed in #28.

I have updated the README and clarified the build steps in #43, should be clearer now.