1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Avoid hardcoding kernel 3.8 version, allow Ubuntu updates to work

Upstream-commit: 8dc2ad2c06fabb6501f0adff80761898bed5bc6f
Component: engine
This commit is contained in:
kim0
2013-05-24 17:44:02 +02:00
parent 5e71f995b8
commit 2b0dd49ab1

View File

@@ -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
# 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
sudo reboot