From 0480da4d8cbd330732f005ea7ec1be93cc00e617 Mon Sep 17 00:00:00 2001 From: Zuhayr Elahi Date: Tue, 20 Oct 2015 22:24:23 -0700 Subject: [PATCH] 1. Adding note about apparmor install on Ubuntu 2. modified page to remove note for apparmor and added it as a requirement for installing it on ubuntu 3. moved note to under prerequisites section Signed-off-by: Zuhayr Elahi --- docs/installation/ubuntulinux.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation/ubuntulinux.md b/docs/installation/ubuntulinux.md index 0ff6fe3bd2..661c5b3663 100644 --- a/docs/installation/ubuntulinux.md +++ b/docs/installation/ubuntulinux.md @@ -172,11 +172,13 @@ To upgrade your kernel and install the additional packages, do the following: 5. After your system reboots, go ahead and install Docker. - +If you are installing on Ubuntu 14.04 or 12.04, `apparmor` is required. You can install it using: `apt-get install apparmor` ## Install -Make sure you have installed the prerequisites for your Ubuntu version. Then, +Make sure you have installed the prerequisites for your Ubuntu version. + +Then, install Docker using the following: 1. Log into your Ubuntu installation as a user with `sudo` privileges.