diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index 30917e9cdf..0905b493af 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -13,6 +13,7 @@ Docker is supported on these Ubuntu operating systems: - Ubuntu Wily 15.10 - Ubuntu Trusty 14.04 (LTS) - Ubuntu Precise 12.04 (LTS) +- Ubuntu Yakkety 16.10 (LTS) This page instructs you to install Docker on Ubuntu, using packages provided by Docker. Using these packages ensures you get the latest official @@ -76,6 +77,7 @@ To set `APT` to use packages from the Docker repository: | 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` | + | Yakkety 16.10 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-yakkety main` | >**Note**: Docker does not provide packages for all architectures. Binary artifacts @@ -618,4 +620,4 @@ following command: $ rm -rf /var/lib/docker ``` -You must delete any customized configuration files manually. +You must delete any edited configuration files manually.