summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-13 10:57:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-13 10:57:06 +0000
commitb765a6db5fc0b679751f7aabf507f090d1a3db40 (patch)
treea6820e5e5c2906ae0326ca17a0192da73c7f44f3 /README.md
parentAdding upstream version 0.0.2. (diff)
downloadinotify-info-b765a6db5fc0b679751f7aabf507f090d1a3db40.tar.xz
inotify-info-b765a6db5fc0b679751f7aabf507f090d1a3db40.zip
Adding upstream version 0.0.3.upstream/0.0.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3c64833..c5fe0ae 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ Linking _debug/inotify-info...
```
## Install
-You are free to copy the resulting executable to any suitable location in your `$PATH`.
-```
-cp _release/inotify-info /usr/local/bin/
-```
+
+The resulting executable will be at `_release/inotify-info`. You are free to
+copy the resulting executable to any suitable location in your `$PATH` or run
+`make install` to install to `/usr/local/bin`.
## Run (Prints Summary)
```
@@ -154,13 +154,16 @@ Searching '/' for listed inodes... (8 threads)
94111468 [10304h] /home/mikesart/.cache/xfce4/xfce4-appfinder/
```
-## Run on Docker
+## Run on Docker/podman
```sh
docker build . -t inotify-info
docker run --rm --privileged -v /proc:/proc inotify-info
```
+When running under [podman][podman] non-root mode, append `--ulimit
+nofile=65535:65535` to the `podman build` command.
+
## Run on Nix(OS)
```
@@ -176,3 +179,4 @@ nix run nixpkgs#inotify-info
[problem2]: https://unix.stackexchange.com/questions/15509/whos-consuming-my-inotify-resources
[lfqueue]: https://github.com/Taymindis/lfqueue
[bsd]: https://github.com/Taymindis/lfqueue/blob/master/LICENSE
+[podman]: https://podman.io/