Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 102c38d

Browse files
authored
Merge pull request docker#504 from thaJeztah/add-ubuntu-16.10-yakkety-yak
Add Ubuntu 16.10 Yakkety Yak
2 parents 2acd141 + bc6f46a commit 102c38d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

engine/installation/linux/ubuntulinux.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ title: 'Installation on Ubuntu '
1616

1717
Docker is supported on these Ubuntu operating systems:
1818

19+
- Ubuntu Yakkety 16.10
1920
- Ubuntu Xenial 16.04 (LTS)
2021
- Ubuntu Trusty 14.04 (LTS)
2122
- Ubuntu Precise 12.04 (LTS)
@@ -73,11 +74,12 @@ packages from the Docker repository:
7374
The entry determines where APT will search for packages. The possible entries
7475
are:
7576

76-
| Ubuntu version | Repository |
77-
| ------------------- | ----------------------------------------------------------- |
78-
| Precise 12.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-precise main`|
79-
| Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty main` |
80-
| Xenial 16.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-xenial main` |
77+
| Ubuntu version | Repository |
78+
| ------------------- | ------------------------------------------------------------ |
79+
| Precise 12.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-precise main` |
80+
| Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty main` |
81+
| Xenial 16.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-xenial main` |
82+
| Yakkety 16.10 | `deb https://apt.dockerproject.org/repo ubuntu-yakkety main` |
8183

8284

8385
>**Note**: Docker does not provide packages for all architectures. Binary artifacts
@@ -130,10 +132,11 @@ From now on when you run `apt-get upgrade`, `APT` pulls from the new repository.
130132

131133
### Prerequisites by Ubuntu Version
132134

135+
- Ubuntu Yakkety 16.10
133136
- Ubuntu Xenial 16.04 (LTS)
134137
- Ubuntu Trusty 14.04 (LTS)
135138

136-
For Ubuntu Trusty and Xenial, it's recommended to install the
139+
For Ubuntu Trusty, Yakkety, and Xenial, it's recommended to install the
137140
`linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages
138141
allows you use the `aufs` storage driver.
139142

0 commit comments

Comments
 (0)