From 45a19ec8f34cc33be977d5454ac3415e2e63f700 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 9 Nov 2016 14:03:25 +0100 Subject: [PATCH] Add Ubuntu 16.10 Yakkety Yak Support for Ubuntu 16.10 was added in https://github.com/docker/docker/pull/27993 (https://github.com/docker/docker/pull/27993/commits/27beb64d468614db0eb7344340d39b5619219a7d) Signed-off-by: Sebastiaan van Stijn --- engine/installation/linux/ubuntulinux.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index 455ac14621..0642a4352c 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -9,6 +9,7 @@ title: Install Docker on Ubuntu Docker is supported on these Ubuntu operating systems: +- Ubuntu Yakkety 16.10 - Ubuntu Xenial 16.04 (LTS) - Ubuntu Trusty 14.04 (LTS) - Ubuntu Precise 12.04 (LTS) @@ -72,12 +73,12 @@ To set `APT` to use packages from the Docker repository: This determines where APT will search for Docker packages. When possible, run a long-term support (LTS) edition of Ubuntu. - | Ubuntu version | Repository | - | ------------------- | ----------------------------------------------------------- | - | Precise 12.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-precise main`| - | Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty main` | - | Wily 15.10 | `deb https://apt.dockerproject.org/repo ubuntu-wily main` | - | Xenial 16.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-xenial main` | + | Ubuntu version | Repository | + | ------------------- | ------------------------------------------------------------ | + | Precise 12.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-precise main` | + | Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty main` | + | Xenial 16.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-xenial main` | + | Yakkety 16.10 | `deb https://apt.dockerproject.org/repo ubuntu-yakkety main` | >**Note**: Docker does not provide packages for all architectures. Binary artifacts @@ -126,10 +127,11 @@ From now on when you run `apt-get upgrade`, `APT` pulls from the new repository. ### Prerequisites by Ubuntu Version +- Ubuntu Yakkety 16.10 - Ubuntu Xenial 16.04 (LTS) - Ubuntu Trusty 14.04 (LTS) -For Ubuntu Trusty and Xenial, it's recommended to install the +For Ubuntu Trusty, Yakkety, and Xenial, it's recommended to install the `linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages allows you use the `aufs` storage driver.