mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Avoid hardcoding kernel 3.8 version, allow Ubuntu updates to work
This commit is contained in:
parent
58ce66e553
commit
8dc2ad2c06
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Due to a bug in LXC docker works best on the 3.8 kernel. Precise comes with a 3.
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# install the backported kernel
|
# install the backported kernel
|
||||||
sudo apt-get update && sudo apt-get install linux-image-3.8.0-19-generic
|
sudo apt-get update && sudo apt-get install linux-image-generic-lts-raring
|
||||||
|
|
||||||
# reboot
|
# reboot
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|
Loading…
Reference in a new issue