Skip to content

Commit

Permalink
Revert "remove ubuntu wily 15.10"
Browse files Browse the repository at this point in the history
This reverts the changes made in
docker#35 (300486b)

Support for unbuntu 15.10 is removed in
Docker 1.13, but still available in Docker 1.12

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 9, 2016
1 parent 8eb69ea commit db153d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion engine/installation/linux/ubuntulinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: Install Docker on Ubuntu
Docker is supported on these Ubuntu operating systems:

- Ubuntu Xenial 16.04 (LTS)
- Ubuntu Wily 15.10
- Ubuntu Trusty 14.04 (LTS)
- Ubuntu Precise 12.04 (LTS)

Expand Down Expand Up @@ -71,6 +72,7 @@ packages from the Docker 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` |


Expand Down Expand Up @@ -125,9 +127,10 @@ From now on when you run `apt-get upgrade`, `APT` pulls from the new repository.
### Prerequisites by Ubuntu Version

- Ubuntu Xenial 16.04 (LTS)
- Ubuntu Wily 15.10
- Ubuntu Trusty 14.04 (LTS)

For Ubuntu Trusty, and Xenial, it's recommended to install the
For Ubuntu Trusty, Wily, 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.
Expand Down

0 comments on commit db153d8

Please sign in to comment.