Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daohoangson/docker-rclone

Lightweight rclone container (Alpine+Rclone)
https://github.com/daohoangson/docker-rclone

docker dropbox google-drive rclone

Last synced: about 5 hours ago
JSON representation

Lightweight rclone container (Alpine+Rclone)

Awesome Lists containing this project

README

        

Lightweight rclone container (Alpine+Rclone)

# Examples

## --version

Running the container in interactive mode with TTY to use it. By default `rclone --version` will be executed.

`docker run -v "$PWD/config":/home/rclone -it --rm xfrocks/rclone`

Please note that for the first run, the container will start with `rclone config` to setup configuration file etc., it won't run further unless a config file is found.

## Other commands

Apply rclone command and arguments directly to execute it. For example:

`docker run -v "$PWD/config":/home/rclone -it --rm xfrocks/rclone lsd remote:path`