rclone with inotify-tools for filesystem event monitoring.
1.5K
rclone with inotify-tools added to the official
image. Use it when an rclone job needs to react to Linux filesystem events.
| Tag | Use |
|---|---|
latest-inotify | Current rclone image with inotify-tools |
1.74-inotify | Pinned published rclone release |
docker run --rm -v "$PWD:/data" m11s/rclone:latest-inotify \
rclone sync /data remote:backup
Run inotifywait directly when a container needs to wait for a file event:
docker run --rm -v "$PWD:/data" m11s/rclone:latest-inotify \
inotifywait -m /data
See the rclone documentation for remote configuration and command options. Source and license: m11s-io/docker-images.
Content type
Image
Digest
sha256:f9b7a503a…
Size
30.7 MB
Last updated
4 months ago
docker pull m11s/rclone