docker-inotify-command icon indicating copy to clipboard operation
docker-inotify-command copied to clipboard

Watch a folder for changes, and run a command in response

Results 6 docker-inotify-command issues
Sort by recently updated
recently updated
newest added

Sample config error: Configuration error. UMASK must be defined as an octal 0### number.

It would be great if the command could receive $EVENT, $INFO and $RECORD (and maybe $FILE or something like that) as environment variables, in order to allow different actions or...

Hi, nice docker container you have here, tested everything and it works, but just wondering whether its possible to get the filename of the change event to parse the file...

I'm not sure where the issue is, but it seems I ran into some issues with the runas.sh script as follows: ```inotify | [2021-02-12 08:12:20] Creating user "user_1000_1000" (ID 1000)...

The UMASK config value must be specified in octal

runas.sh refers to [`setuser`, from the phusion base image](https://github.com/phusion/baseimage-docker/blob/master/image/bin/setuser). Remove that dependency.