Seaf-fuse inside docker does not seem to be working

Hey! I have Just Installed SeaFile Server Professional Version 11, 10, and even 9 inside Docker, But, I can’t seem to get seaf-fuse to work in any of them.

Here is the Output:

root@646f5ecd6658:/opt/seafile/seafile-server-latest# ./seaf-fuse.sh start /fuse/data

Starting seaf-fuse, please wait ...
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
Failed to start seaf-fuse

And here is my DockerFile:

...
    volumes:
      - /var/www/seafile/seafile-data:/shared  
      - type: bind
        source: /data
        target: /fuse/data
        bind:
          propagation: rshared
    privileged: true
    cap_add:
      - SYS_ADMIN
... *Rest of the File*

It just does not seem to start on versions 11, 10, and 9, does someone have a fix? Thanks!

Hi,

Works for me (community edition).
Here is what I use (I adapted the official image and sources are available for all to see).

If needed, you can use my image on DockerHub, but I didn’t update it yet post 11.0.6 (I’m still on 11.0.6, works fine for me, LDAP, SSO, Fuse).