Skip to content

oddmouse/docker-rclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rclone Beta Docker Image

This Docker image builds the latest beta from the rclone master brach, is based on Alpine Linux and includes the fuse library for mounting.

Documentation

Visit http://rclone.org for detailed usage information.

Examples

Docker CLI

docker run -it \
    --cap-add SYS_ADMIN \
    --device /dev/fuse \
    -v /home/user/shared:/mnt/mountpoint \
    -v /home/user/.rclone.conf:/etc/rclone.conf \
    oddmouse/rclone \
    rclone mount remote:path /mnt/mountpoint

Docker Compose

command: rclone mount remote:path /mnt/mountpoint'
cap_add:
  - SYS_ADMIN
devices:
  - '/dev/fuse'
environment:
  RCLONE_CONFIG_PASS: '********'
volumes:
  - shared:/mnt/mountpoint
  - /home/user/.rclone.conf:/etc/rclone.conf

About

Rclone beta Docker image based on Alpine Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published