diff options
author | 2024-06-09 21:36:08 +0100 | |
---|---|---|
committer | 2024-06-09 21:36:08 +0100 | |
commit | 60aef54b7c84932af6ec9dc38270bbd54db5474e (patch) | |
tree | 53f256e518ff79bcf1d9a7532a6f3b95af04f264 | |
parent | Add warning for inotifywait notifying on all file events (inc. reads) (diff) |
Update README blurb
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # inotify-base -A slim image allowing for quick and easy webhooking on configuration/other file -changes. +A slim and customisable container image designed for quick and easy script hooks +on file changes. This can be used as a sidecar container in Kubernetes/Docker/container based applications to trigger certain HTTP webhook/other commands upon a change to a |