1
0
Fork 0

Merging upstream version 0.0.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 15:20:33 +01:00
parent 7fd6727a6e
commit cadd0aacb5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 761 additions and 834 deletions

View file

@ -22,12 +22,6 @@ Building _debug/inotify-info...
Linking _debug/inotify-info...
```
Or you can build Docker image.
```sh
docker build . -t inotify-info
```
## Install
You are free to copy the resulting executable to any suitable location in your `$PATH`.
```
@ -163,6 +157,7 @@ Searching '/' for listed inodes... (8 threads)
## Run on Docker
```sh
docker build . -t inotify-info
docker run --rm --privileged -v /proc:/proc inotify-info
```