Merge pull request #7533 from cirocosta/patch-1

Updates docs regarding linux mint troubleshot
Upstream-commit: 96b52545ab03b36d711a095afb0a7e7121e9a153
Component: engine
This commit is contained in:
James Turnbull
2014-08-12 08:21:30 -04:00
@@ -266,11 +266,11 @@ These parameters will help you get rid of the following warnings:
## Troubleshooting
On Linux Mint, the `cgroup-lite` package is not
On Linux Mint, the `cgroup-lite` and `apparmor` packages are not
installed by default. Before Docker will work correctly, you will need
to install this via:
$ sudo apt-get update && sudo apt-get install cgroup-lite
$ sudo apt-get update && sudo apt-get install cgroup-lite apparmor
## Docker and UFW