mirror of https://github.com/docker/docs.git
Merge pull request #743 from andrewhsu/revert-yakkety
revert yakkety addition for now
This commit is contained in:
commit
3e84ae65f6
|
@ -13,7 +13,6 @@ Docker is supported on these Ubuntu operating systems:
|
||||||
- Ubuntu Wily 15.10
|
- Ubuntu Wily 15.10
|
||||||
- Ubuntu Trusty 14.04 (LTS)
|
- Ubuntu Trusty 14.04 (LTS)
|
||||||
- Ubuntu Precise 12.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
|
This page instructs you to install Docker on Ubuntu, using packages provided by
|
||||||
Docker. Using these packages ensures you get the latest official
|
Docker. Using these packages ensures you get the latest official
|
||||||
|
@ -77,7 +76,6 @@ To set `APT` to use packages from the Docker repository:
|
||||||
| Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty 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` |
|
| 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` |
|
| 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
|
>**Note**: Docker does not provide packages for all architectures. Binary artifacts
|
||||||
|
|
Loading…
Reference in New Issue