Rclone is a command line program to sync files and directories to and from cloud services.
3.6K
A Docker image with shell for Rclone.
Rclone is a command line program to sync files and directories to and from
Pull the image from Docker Hub:
docker pull valentine/rclone:latest
Create a container using docker run:
docker run -ti \
-v /path/to/files:/files \
valentine/rclone:latest
The above, in one line:
docker run -ti /local/path/to/files:/files valentine/rclone:latest
Code licensed under The MIT License (MIT).
Content type
Image
Digest
Size
11 MB
Last updated
almost 9 years ago
docker pull valentine/rclone