Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Created March 11, 2018 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qoobaa/143c2b59c0d04a41b98086fc54064852 to your computer and use it in GitHub Desktop.
Save qoobaa/143c2b59c0d04a41b98086fc54064852 to your computer and use it in GitHub Desktop.
docker run -d --name='mediabox-webdav' -v '/mnt/user/appdata/mediabox-webdav':'/config':'rw' -v '/mnt/disks/mediabox-webdav':'/mnt/mediaefs':'rw,shared' --device='/dev/fuse' --cap-add SYS_ADMIN 'mumiehub/rclone-mount'
docker exec -it mediabox-webdav sh
rclone config --config /config/.rclone.conf
# trzeba zdefiniować zasób o nazwie "mediaefs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment