diff --git a/docs/installation/linux/ubuntulinux.md b/docs/installation/linux/ubuntulinux.md index 91478489da..ca38e8c958 100644 --- a/docs/installation/linux/ubuntulinux.md +++ b/docs/installation/linux/ubuntulinux.md @@ -142,27 +142,48 @@ 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: - - -
linux-image-generic-lts-trusty Generic -Linux kernel image. This kernel has AUFS built in. This is required to run -Docker.
linux-headers-generic-lts-trustyAllows packages such as ZFS and VirtualBox guest additions -which depend on them. If you didn't install the headers for your existing -kernel, then you can skip these headers for the"trusty" kernel. If you're -unsure, you should include this package for safety.
xserver-xorg-lts-trusty Optional in non-graphical environments without Unity/Xorg. -Required when running Docker on machine with a graphical environment. -
-
To learn more about the reasons for these packages, read the installation -instructions for backported kernels, specifically the LTS -Enablement Stack — refer to note 5 under each version. -
libgl1-mesa-glx-lts-trusty
  + + + + + + + + + + + + + + + + + + + + + + + + +
PackageDescription
linux-image-generic-lts-trusty + Generic Linux kernel image. This kernel has AUFS built in. This is + required to run Docker. +
linux-headers-generic-lts-trusty + Allows packages such as ZFS and VirtualBox guest additions which depend + on them. If you didn't install the headers for your existing kernel, then + you can skip these headers for the"trusty" kernel. If you're unsure, you + should include this package for safety. +
xserver-xorg-lts-trusty + Optional in non-graphical environments without Unity/Xorg. + Required when running Docker on machine with a graphical + environment.

+ To learn more about the reasons for these packages, read the installation + instructions for backported kernels, specifically the LTS Enablement Stack — refer to note 5 under each + version. +
libgl1-mesa-glx-lts-trusty
To upgrade your kernel and install the additional packages, do the following: