From f5781e0e4972ff3d410eb25e72a98b66e2ff6d8b Mon Sep 17 00:00:00 2001 From: "Ciro S. Costa" Date: Tue, 12 Aug 2014 02:56:57 -0300 Subject: [PATCH] Updates docs regarding linux mint troubleshot Signed-off-by: Ciro S. Costa Upstream-commit: fcddecc828a95083db8975391e623289b2fe1254 Component: engine --- components/engine/docs/sources/installation/ubuntulinux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/installation/ubuntulinux.md b/components/engine/docs/sources/installation/ubuntulinux.md index 5ddc791f4f..673ea18b0c 100644 --- a/components/engine/docs/sources/installation/ubuntulinux.md +++ b/components/engine/docs/sources/installation/ubuntulinux.md @@ -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