Skip to content

Commit 62caba7

Browse files
authored
mount error(13): Permission denied
On Linux systems with AppArmor the script fails to mount with Permission Denied. Disabling it solves the issue
1 parent 4da95c7 commit 62caba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Run client in a loop:
1212
```
1313
while true; do
1414
date
15-
docker run -it --rm --name client-smb --cap-add=SYS_ADMIN --cap-add DAC_READ_SEARCH --link samba:samba client-smb:1
15+
docker run -it --rm --name client-smb --cap-add=SYS_ADMIN --cap-add DAC_READ_SEARCH --security-opt apparmor:unconfined --link samba:samba client-smb:1
1616
date
1717
sleep 1
1818
done

0 commit comments

Comments
 (0)