Browse code

Merge pull request #7533 from cirocosta/patch-1

Updates docs regarding linux mint troubleshot

James Turnbull authored on 2014/08/12 21:21:30
Showing 1 changed files
... ...
@@ -266,11 +266,11 @@ These parameters will help you get rid of the following warnings:
266 266
 
267 267
 ## Troubleshooting
268 268
 
269
-On Linux Mint, the `cgroup-lite` package is not
269
+On Linux Mint, the `cgroup-lite` and `apparmor` packages are not
270 270
 installed by default. Before Docker will work correctly, you will need
271 271
 to install this via:
272 272
 
273
-    $ sudo apt-get update && sudo apt-get install cgroup-lite
273
+    $ sudo apt-get update && sudo apt-get install cgroup-lite apparmor
274 274
 
275 275
 ## Docker and UFW
276 276