Skip to content

Commit

Permalink
container fuse mount
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Nov 24, 2023
1 parent e65708f commit 831a502
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Misc/container-fuse-mount.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Problems with a podman / docker container that uses an volume on a sshfs / fuse mount

```bash
PermissionError: [Errno 13] Permission denied: '/config/deluged.log'
```

Uncomment `user_allow_other` in `/etc/fuse.conf and ensure in `/etc/fstab` that the sshfs mount has the `allow_other` flag set.

0 comments on commit 831a502

Please sign in to comment.