Update TROUBLESHOOTING.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ca3360a182
commit
6b4ee9da4f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ services:
|
|||
|
||||
On hosts using AppArmor, the default Docker profile (`docker-default`) may block mount operations even when `SYS_ADMIN` is present.
|
||||
|
||||
If mount operations fail with permission errors, you may need to disable AppArmor confinement for the container. Check first if AppArmor is enabled on your system and profile of the container:
|
||||
If mount operations fail with permission errors, you may need to disable AppArmor confinement for the container. Check first if AppArmor is enabled on your system and the profile of the container:
|
||||
|
||||
```bash
|
||||
# check if AppArmor is enabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue