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:
Publish the image to this repository using GHCR or Docker Hub.
Update the readme either way with the correct image name, since the current one doesn't work.
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
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