Docker image of rclone.
Repository name in Docker Hub: rayou/rclone
Repository name in Github: rayou/docker-rclone
$ docker build --build-arg VERSION=$RCLONE_VERSION -t rclone .
# docker build --build-arg VERSION=v1.45 -t rclone .
$ docker run --rm -it rayou/rclone:latest --help
$ docker run --rm -it --entrypoint=/bin/sh rayou/rclone:latest
PRs are welcome.
Ray Ou - [email protected]
MIT.