1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Added Debian 8 note for adding backports

Signed-off-by: Sebastiaan van Steenis <mail@superseb.nl>
This commit is contained in:
Sebastiaan van Steenis 2015-04-17 14:54:40 +02:00
parent 5e40de9286
commit 37b9ce61ac

View file

@ -11,8 +11,7 @@ Docker is supported on the following versions of Debian:
## Debian Jessie 8.0 (64-bit) ## Debian Jessie 8.0 (64-bit)
Debian 8 comes with a 3.14.0 Linux kernel, and a `docker.io` package which Debian 8 comes with a 3.16.0 Linux kernel, the `docker.io` package can be found in the `jessie-backports` repository. Reasoning behind this can be found <a href="https://lists.debian.org/debian-release/2015/03/msg00685.html" target="_blank">here</a>. Instructions how to enable the backports repository can be found <a href="http://backports.debian.org/Instructions/" target="_blank">here</a>.
installs all its prerequisites from Debian's repository.
> **Note**: > **Note**:
> Debian contains a much older KDE3/GNOME2 package called ``docker``, so the > Debian contains a much older KDE3/GNOME2 package called ``docker``, so the
@ -20,6 +19,8 @@ installs all its prerequisites from Debian's repository.
### Installation ### Installation
Make sure you enabled the `jessie-backports` repository, as stated above.
To install the latest Debian package (may not be the latest Docker release): To install the latest Debian package (may not be the latest Docker release):
$ sudo apt-get update $ sudo apt-get update