瀏覽代碼

Add install of virtual kernel extras for AUFS

Signed-off-by: Matt Bentley <matt.bentley@docker.com>
(cherry picked from commit e715ca506f41b22cde21187328fcb416cec5e6a2)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Matt Bentley 9 年之前
父節點
當前提交
05e1e65ca7
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      docs/installation/linux/ubuntulinux.md

+ 4 - 6
docs/installation/linux/ubuntulinux.md

@@ -119,10 +119,10 @@ packages from the new repository:
 - Ubuntu Trusty 14.04 (LTS)
 - Ubuntu Trusty 14.04 (LTS)
 
 
 For Ubuntu Trusty, Wily, and Xenial, it's recommended to install the
 For Ubuntu Trusty, Wily, and Xenial, it's recommended to install the
-`linux-image-extra` kernel package. The `linux-image-extra` package
+`linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages
 allows you use the `aufs` storage driver.
 allows you use the `aufs` storage driver.
 
 
-To install the `linux-image-extra` package for your kernel version:
+To install the `linux-image-extra-*` packages:
 
 
 1. Open a terminal on your Ubuntu host.
 1. Open a terminal on your Ubuntu host.
 
 
@@ -130,14 +130,12 @@ To install the `linux-image-extra` package for your kernel version:
 
 
         $ sudo apt-get update
         $ sudo apt-get update
 
 
-3. Install the recommended package.
+3. Install the recommended packages.
 
 
-        $ sudo apt-get install linux-image-extra-$(uname -r)
+        $ sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual
 
 
 4. Go ahead and install Docker.
 4. 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`
-
 #### Ubuntu Precise 12.04 (LTS)
 #### Ubuntu Precise 12.04 (LTS)
 
 
 For Ubuntu Precise, Docker requires the 3.13 kernel version. If your kernel
 For Ubuntu Precise, Docker requires the 3.13 kernel version. If your kernel