Updates docs regarding linux mint troubleshot
| ... | ... |
@@ -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 |
|