/fsloader

Runs commands when a file changes

Primary LanguageMakefileApache License 2.0Apache-2.0

Build Status Slack Twitter

fsloader

Runs commands when a file changes.

Why Fsloader?

Many applications require configuration via some combination of config files. These configuration artifacts should be decoupled from image content in order to keep containerized applications portable.

Fsloader watches a specified file. In case of any update in file data Fsloader updates the mounted file and run an additional bash script.