File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,23 @@ This tools helps to detect changed files in Docker Containers or in Virtual Mach
7
7
If a file is changed from host system a file watcher inside the container detects the change
8
8
and triggers an inotify event.
9
9
10
+ The tool is designed to run over a longer period of time. It comes with a garbage collector to cleanup old watched files in memory.
11
+
12
+ Installation is simple -> It's one binary which can be downloaded and executed.
13
+
10
14
## Purpose
11
15
12
16
Enables file watcher in a Docker container with a NFS mounted filesystem.
13
17
18
+ ## Installation
19
+
20
+ - Download compiled application on release page: https://github.com/cmuench/inotify-proxy/releases
21
+ - Extract the zip/tarball.
22
+ - Run ` ./inotify-proxy ` binary.
23
+
24
+ See Wiki page for more informations.
25
+ https://github.com/cmuench/inotify-proxy/wiki/Installation
26
+
14
27
## Usage
15
28
16
29
Usage of ./inotify-proxy:
You can’t perform that action at this time.
0 commit comments