rclone
A lightweight multiarch alpine linux container with rclone installed
1M+
A multi-architecture rclone image built on alpine linux. This image is compatible with arm32v6, arm32v7, arm64v8, and x86_64.
Rclone is a command line program to sync files and directories to and from:
Features
sudo docker run -it \
-v $(pwd)/config:/config \
--entrypoint=rclone \
lucashalbert/rclone:latest \
--config /config/rclone.conf config
[gdrive]
type = drive
client_id = 9812619862124-kjsadfkjasdflkjashdfkljashfkadjh.apps.googleusercontent.com
client_secret = KaJadHasdGAqafhKJUoakaGs
scope = drive
hdlkahsdlkhiuhgsiKJHSA_jkasdkjhaskjha_qe","expiry":"2018-06-14T10:13:20.424623462Z"}
team_drive = 0AaskdjhasKJGaskjdh
[gcache]
type = cache
remote = gdrive:
chunk_size = 5M
info_age = 1d
chunk_total_size = 1G
[gcache-crypt]
type = crypt
remote = gcache:
filename_encryption = standard
directory_name_encryption = true
password = lakldhfkuhaehadf7hkajdfhl29hrkljhasd9hDFKHASEDFMN.O3RNDLF8ADFLK3LIHslhD97HFADONLKLNkjHkljhlkjhfknadofadflkjqlkasd
password2 = adlkfhadflakhdf98had87hih&HKjhaslhsadkjgo8gi7KJlkjglgfG&aslkdhlkjgkljGLKJGSADkjhlkhasdlkhasd
[gdrive-crypt]
type = crypt
remote = gdrive:
filename_encryption = standard
directory_name_encryption = true
password = lakldhfkuhaehadf7hkajdfhl29hrkljhasd9hDFKHASEDFMN.O3RNDLF8ADFLK3LIHslhD97HFADONLKLNkjHkljhlkjhfknadofadflkjqlkasd
password2 = adlkfhadflakhdf98had87hih&HKjhaslhsadkjgo8gi7KJlkjglgfG&aslkdhlkjgkljGLKJGSADkjhlkhasdlkhasd
docker run --privileged \
-v $(pwd)/config:/config \
-v $(pwd)/mnt:/mnt:shared \
--env CONFIG="--config /config/rclone.conf" \
--env SUBCMD="mount" \
--env PARAMS="--allow-other --allow-non-empty gcache-crypt: /mnt/" lucashalbert/rclone
docker run --privileged \
-v $(pwd)/config:/config \
-v $(pwd)/mnt:/mnt:shared \
--env CONFIG="--config /config/rclone.conf" \
--env SUBCMD="copy" \
--env PARAMS="-v /mnt/Pictures gdrive-crypt:/Pictures"
docker exec -it rclone sh
| Variable | Example | Description |
|---|---|---|
| SUBCMD | mount | Rclone subcommand (see Subcommands section of rclone documentation) |
| CONFIG | --config /config/rclone.conf | Location of the rclone configuration file |
| PARAMS | --allow-others --allow-non-empty | Options to be passed to rclone |
Content type
Image
Digest
Size
16.2 MB
Last updated
about 5 years ago
docker pull lucashalbert/rclone