Skip to content
Discussion options

You must be logged in to vote

Network shares are supported (e.g. UNC paths), and mounts aren't treated any differently within the application; it's transparent. Some of the earliest versions were developed using NFS mounts, so it's completely possible. I did find them to be slow and unreliable, but that's not an application issue.

You might be missing a volume; I would suggest running the container interactively to see what mounts it knows about:

docker run -it --entrypoint /bin/sh slskd/slskd:latest

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@shanghaiultra
Comment options

@jpdillingham
Comment options

@shanghaiultra
Comment options

Answer selected by jpdillingham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants