mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #25751 from yuexiao-wang/clean-docs
Remove mess words in installation doc
This commit is contained in:
commit
bbd5396955
1 changed files with 42 additions and 21 deletions
|
@ -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
|
version is older than 3.13, you must upgrade it. Refer to this table to see
|
||||||
which packages are required for your environment:
|
which packages are required for your environment:
|
||||||
|
|
||||||
<style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg
|
<table>
|
||||||
td{font-size:14px;padding:10px
|
<thead>
|
||||||
5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
|
<tr>
|
||||||
.tg-031{width:275px;font-family:monospace} </style> <table class="tg"> <tr> <td
|
<th>Package</th>
|
||||||
class="tg-031">linux-image-generic-lts-trusty</td> <td class="tg-031e">Generic
|
<th>Description</th>
|
||||||
Linux kernel image. This kernel has AUFS built in. This is required to run
|
</tr>
|
||||||
Docker.</td> </tr> <tr> <td class="tg-031">linux-headers-generic-lts-trusty</td>
|
</thead>
|
||||||
<td class="tg-031e">Allows packages such as ZFS and VirtualBox guest additions
|
<tbody>
|
||||||
which depend on them. If you didn't install the headers for your existing
|
<tr>
|
||||||
kernel, then you can skip these headers for the"trusty" kernel. If you're
|
<td><b style="white-space: nowrap">linux-image-generic-lts-trusty</b></td>
|
||||||
unsure, you should include this package for safety.</td> </tr> <tr> <td
|
<td>
|
||||||
class="tg-031">xserver-xorg-lts-trusty</td> <td class="tg-031e"
|
Generic Linux kernel image. This kernel has AUFS built in. This is
|
||||||
rowspan="2">Optional in non-graphical environments without Unity/Xorg.
|
required to run Docker.
|
||||||
<b>Required</b> when running Docker on machine with a graphical environment.
|
</td>
|
||||||
<br>
|
</tr>
|
||||||
<br>To learn more about the reasons for these packages, read the installation
|
<tr>
|
||||||
instructions for backported kernels, specifically the <a
|
<td><b style="white-space: nowrap">linux-headers-generic-lts-trusty</b></td>
|
||||||
href="https://wiki.ubuntu.com/Kernel/LTSEnablementStack" target="_blank">LTS
|
<td>
|
||||||
Enablement Stack</a> — refer to note 5 under each version.
|
Allows packages such as ZFS and VirtualBox guest additions which depend
|
||||||
</td> </tr>
|
on them. If you didn't install the headers for your existing kernel, then
|
||||||
<tr> <td class="tg-031">libgl1-mesa-glx-lts-trusty</td> </tr> </table>
|
you can skip these headers for the"trusty" kernel. If you're unsure, you
|
||||||
|
should include this package for safety.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><b style="white-space: nowrap">xserver-xorg-lts-trusty</b></td>
|
||||||
|
<td rowspan="2">
|
||||||
|
Optional in non-graphical environments without Unity/Xorg.
|
||||||
|
<b>Required</b> when running Docker on machine with a graphical
|
||||||
|
environment.<br /><br />
|
||||||
|
To learn more about the reasons for these packages, read the installation
|
||||||
|
instructions for backported kernels, specifically the <a
|
||||||
|
href="https://wiki.ubuntu.com/Kernel/LTSEnablementStack"
|
||||||
|
target="_blank">LTS Enablement Stack</a> — refer to note 5 under each
|
||||||
|
version.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><b style="white-space: nowrap">libgl1-mesa-glx-lts-trusty</b></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
To upgrade your kernel and install the additional packages, do the following:
|
To upgrade your kernel and install the additional packages, do the following:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue