docker run \
--name rclone \
-d \
--restart always \
--cpus 0.2 \
--mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
--mount type=bind,src=/data/,dst=/data,readonly \
--mount type=bind,src=/home/rclone/,dst=/root/ \
newnius/rclone
docker exec -it rclone rclone config
Rewrite file /home/rclone/sync.sh and restart the rclone container, done!
Content type
Image
Digest
Size
67.6 MB
Last updated
almost 6 years ago
docker pull newnius/rclone