@@ -16,6 +16,7 @@ title: 'Installation on Ubuntu '
16
16
17
17
Docker is supported on these Ubuntu operating systems:
18
18
19
+ - Ubuntu Yakkety 16.10
19
20
- Ubuntu Xenial 16.04 (LTS)
20
21
- Ubuntu Trusty 14.04 (LTS)
21
22
- Ubuntu Precise 12.04 (LTS)
@@ -73,11 +74,12 @@ packages from the Docker repository:
73
74
The entry determines where APT will search for packages. The possible entries
74
75
are:
75
76
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` |
81
83
82
84
83
85
> ** 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.
130
132
131
133
# ## Prerequisites by Ubuntu Version
132
134
135
+ - Ubuntu Yakkety 16.10
133
136
- Ubuntu Xenial 16.04 (LTS)
134
137
- Ubuntu Trusty 14.04 (LTS)
135
138
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
137
140
`linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages
138
141
allows you use the `aufs` storage driver.
139
142
0 commit comments