Closed BeastAnimation361 closed 1 year ago
Running rclone mount inside container is very complex. I would rather run another rclone outside the container.
You can try to add following options to container. I don't know whether this would work since I haven't tried to run rclone mount inside container. If you have more quesions, I suggest you seek help from rclone community.
--cap-add SYS_ADMIN \
--device /dev/fuse \
--security-opt apparmor:unconfined \