https://github.com/realorangeone/docker-rclone-mount
Docker container to mount rclone remotes over FUSE
https://github.com/realorangeone/docker-rclone-mount
docker fuse rclone
Last synced: about 1 year ago
JSON representation
Docker container to mount rclone remotes over FUSE
- Host: GitHub
- URL: https://github.com/realorangeone/docker-rclone-mount
- Owner: RealOrangeOne
- License: bsd-3-clause
- Created: 2020-05-18T14:19:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T23:21:19.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T06:53:19.129Z (over 1 year ago)
- Topics: docker, fuse, rclone
- Language: Shell
- Homepage: https://hub.docker.com/r/theorangeone/rclone-mount
- Size: 12.7 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker rclone mount

Docker container to manage mounting remote storage using [rclone](https://rclone.org/) via FUSE.
Inspired by https://github.com/tynor88/docker-rclone-mount.
The container is set to auto-update, so should always be up-to-date!
Based off the [linuxserver.io](https://www.linuxserver.io/) Alpine container, each mounting process is separate, and automatically restarted should it error.
## Configuration
Multiple mounts can be setup using a config file. The file contains an rclone remote, and a destination mount inside the container relative to `/mnt`, separated by a space.
An example compose file for this can be found in [`docker-compose.yml`](./docker-compose.yml).
To change the user which the files are mounted as, set `$PUID` and `$PGID`.