From ff266eb97b457f6679accdb275d3347f12b0e405 Mon Sep 17 00:00:00 2001 From: Thomas Spicer Date: Fri, 12 Jan 2018 20:19:39 -0500 Subject: [PATCH] Updated Docker images (markdown) --- Docker-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-images.md b/Docker-images.md index 0acac7f..28df47b 100644 --- a/Docker-images.md +++ b/Docker-images.md @@ -19,7 +19,7 @@ Use rclone mount to make your cloud storage available for containers and your ho # openbridge/ob_bulkstash https://github.com/openbridge/ob_bulkstash -1. rclone is neatly packed into a Docker image that can be run anywhere Docker can be installed. +1. [rclone](https://blog.openbridge.com/rclone-keep-an-eye-on-your-files-with-bulk-batch-processing-for-amazon-google-dropbox-and-other-5488b063b2a5) is neatly packed into a Docker image that can be run anywhere Docker can be installed. 2. The container uses Alpine Linux which makes it light and efficient. The image size is < 26mb. 3. The image is designed to take advantage of recent support in rclone to utilize environment variables. This means you don't have to step through the typical config initialization process. 4. The container also uses Monit to ensure that long running processes are monitored under process management. For example, Monit will make sure crond is running in the background and will restart it if it crashed. You can extend Monit to monitor folders, check for file sizes and many other.