From 5088f2b31c3c1528045754f245f0890103a1073b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Nov 2015 19:49:47 +0100 Subject: [PATCH] Docs: add "Linux kernel extra" to manual install Signed-off-by: Sebastiaan van Stijn Upstream-commit: 8e2b20580b82c3d63d4dbbff1d6bee5640a46a8b Component: engine --- .../engine/docs/installation/ubuntulinux.md | 31 +++++++++++++++---- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/components/engine/docs/installation/ubuntulinux.md b/components/engine/docs/installation/ubuntulinux.md index d4e886d6e2..88823770f0 100644 --- a/components/engine/docs/installation/ubuntulinux.md +++ b/components/engine/docs/installation/ubuntulinux.md @@ -67,13 +67,13 @@ packages from the new repository: The possible entries are: - # Ubuntu Precise + # Ubuntu Precise 12.04 (LTS) deb https://apt.dockerproject.org/repo ubuntu-precise main - # Ubuntu Trusty + # Ubuntu Trusty 14.04 (LTS) deb https://apt.dockerproject.org/repo ubuntu-trusty main - # Ubuntu Vivid + # Ubuntu Vivid 15.04 deb https://apt.dockerproject.org/repo ubuntu-vivid main - # Ubuntu Wily + # Ubuntu Wily 15.10 deb https://apt.dockerproject.org/repo ubuntu-wily main 7. Save and close the `/etc/apt/sources.list.d/docker.list` file. @@ -94,12 +94,31 @@ packages from the new repository: ### Prerequisites by Ubuntu Version -The following Ubuntu versions have no additional prerequisites: - - Ubuntu Wily 15.10 - Ubuntu Vivid 15.04 - Ubuntu Trusty 14.04 (LTS) +For Ubuntu Trusty, Vivid, and Wily, it's recommended to install the +`linux-image-extra` kernel package. The `linux-image-extra` package +allows you use the `aufs` storage driver. + +To install the `linux-image-extra` package for your kernel version: + +1. Open a terminal on your Ubuntu host. + +2. Update your package manager. + + $ sudo apt-get update + +3. Install the recommended package. + + $ sudo apt-get install linux-image-extra-$(uname -r) + +4. Go ahead and install Docker. + + +#### Ubuntu Precise 12.04 (LTS) + For Ubuntu Precise, Docker requires the 3.13 kernel version. If your kernel version is older than 3.13, you must upgrade it. Refer to this table to see which packages are required for your environment: