Updated Docker images (markdown)

Thomas Spicer
2018-01-12 20:19:39 -05:00
parent 7bb7191203
commit ff266eb97b

@@ -19,7 +19,7 @@ Use rclone mount to make your cloud storage available for containers and your ho
# openbridge/ob_bulkstash # openbridge/ob_bulkstash
https://github.com/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. 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. 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. 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.