Skip to content

Commit 0991075

Browse files
authored
Update README.md
[skip ci]
1 parent b93799c commit 0991075

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@ This tools helps to detect changed files in Docker Containers or in Virtual Mach
77
If a file is changed from host system a file watcher inside the container detects the change
88
and triggers an inotify event.
99

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+
1014
## Purpose
1115

1216
Enables file watcher in a Docker container with a NFS mounted filesystem.
1317

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+
1427
## Usage
1528

1629
Usage of ./inotify-proxy:

0 commit comments

Comments
 (0)