Added comment about additional parameters needed for FUSE mounts.

pull/13/head
toastie89 2018-09-16 23:55:16 +02:00 zatwierdzone przez GitHub
rodzic 03b7902e97
commit 221cadc800
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,14 @@ docker run -d \
-v /srv/borgmatic/cache:/cache \
b3vis/borgmatic
```
While the parameters above are sufficient for regular backups, following additional privileges will be needed to mount an archive as FUSE filesystem:
```
--cap-add SYS_ADMIN \
--device /dev/fuse \
--security-opt label:disable \
--security-opt apparmor:unconfined
```
Depending on your security system, `--security-opt` parameters may not be neccessary. `label:disable` is needed for *SELinux*, while `apparmor:unconfined` is needed for *AppArmor*.
### Layout