haiwen / seafile-docker

A Docker image for Seafile server
Other
537 stars 181 forks source link

Seaf-fuse implementation with Docker requires Privileged Mode #285

Open snowwolf3388 opened 2 years ago

snowwolf3388 commented 2 years ago

Hello,

I'd like to use the seaf-fuse system to view the files in their native format, however, in my docker implementation of Seafile Pro, I have to run the container in privileged mode in order to make Seaf-fuse work. This is not ideal. It is not a good practice to run a container in privileged mode as a part of normal operation and I want seaf-fuse to be a part of my normal operation.