Skip to content

MinorX/docker-rclone-mount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker rclone mount

Docker container to manage mounting remote storage using rclone 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 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.

To change the user which the files are mounted as, set $PUID and $PGID.

About

Docker container to mount rclone remotes over FUSE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 64.3%
  • Shell 35.7%