You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: doc/feature/apparmor.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
If your Docker host has [AppArmor](https://wiki.ubuntu.com/AppArmor) activated, you'll need to perform additional steps to allow the container to start an NFS server.
4
4
5
-
1. Ensure you have the `apparmor-utils` installed package installed on the Docker host. e.g. for Debian:
5
+
1. Ensure you have the `apparmor-utils` installed package installed on the Docker host. e.g. for Debian or Ubuntu:
6
6
7
7
$ sudo apt-get install apparmor-utils
8
8
@@ -15,16 +15,34 @@ If your Docker host has [AppArmor](https://wiki.ubuntu.com/AppArmor) activated,
15
15
mount fstype=rpc_pipefs,
16
16
}
17
17
18
-
1. Load this profile into AppArmor:
18
+
1. Load this profile into the kernel with [`apparmor_parser`](http://manpages.ubuntu.com/manpages/xenial/man8/apparmor_parser.8.html):
0 commit comments