Open trulow opened 11 months ago
I was able to fix it by changing the following lines from
--device=/dev/fuse:/dev/fuse \
--cap-add SYS_ADMIN \
to
--volume /etc/fuse.conf:/etc/fuse.conf:ro \
--device=/dev/fuse:/dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined \
Does anyone know of the better way to make it work?
Thanks for posting this report. I'll try this on an Ubuntu VM and see if I can reproduce the issue you see, and update the docs accordingly.
What part of the Quick Start guide are you stuck on?
Please review the Quick Start guide before opening an issue.
What do you see in the logs?
Please review the logs from your Docker container before opening an issue. Paste any relevant log messages here:
What problem are you encountering?
rclone is failing to mount /media
Additional context
This is my docker run command
I've also enabled "user_allow_other" within the hosts /etc/fuse.conf