Support custom docker arguments #1679
Replies: 2 comments 2 replies
-
I will add initial support for a few options in v202. More info here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I believe this is what I am running into as well. |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Add option for custom docker arguments
For example:
docker run --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined
This is necessary for me to run rclone mount in a container with FUSE.
I asked about this in Discord here and eventually found this message where @andrasbacsai said it would be supported eventually.
Thought I'd post this request on GitHub so others can easily find it and upvote to show they want it.
Beta Was this translation helpful? Give feedback.
All reactions