Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/daohoangson/docker-rclone
- Owner: daohoangson
- Created: 2016-12-20T10:17:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T07:51:21.000Z (about 5 years ago)
- Last Synced: 2024-12-22T21:06:07.775Z (about 1 month ago)
- Topics: docker, dropbox, google-drive, rclone
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`