Docker image to use rclone to run cron sync
Small docker image with rclone built from scratch so it's as light as possible.
This image should be available (unless a problem happened on my side) for the following architectures :
- amd64
- armhf
- arm64
I'm using a proper manifest so you can use the main tags directly (no need for amd64-X.X.X).
If you want to learn more about multi-architecture docker images, please read my blog
You can use this image as you would use the rclone
binary.
docker run -it --rm seblucas/docker-rclone:latest --help
docker run -it --rm -v /var/opt/docker/rclone/.config:/.config seblucas/docker-rclone:latest ls remote:/mydir
If you need to sync files you can mount another volume wherever you want.
This project is licensed under GPLv3
.