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

Skip to content

Commit 0355aef

Browse files
Merge pull request docker#505 from thaJeztah/revert-remove-ubuntu-wily-15.10
Revert "remove ubuntu wily 15.10"
2 parents 8717e0e + db153d8 commit 0355aef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

engine/installation/linux/ubuntulinux.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ title: Install Docker on Ubuntu
1111
Docker is supported on these Ubuntu operating systems:
1212

1313
- Ubuntu Xenial 16.04 (LTS)
14+
- Ubuntu Wily 15.10
1415
- Ubuntu Trusty 14.04 (LTS)
1516
- Ubuntu Precise 12.04 (LTS)
1617

@@ -71,6 +72,7 @@ packages from the Docker repository:
7172
| ------------------- | ----------------------------------------------------------- |
7273
| Precise 12.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-precise main`|
7374
| Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty main` |
75+
| Wily 15.10 | `deb https://apt.dockerproject.org/repo ubuntu-wily main` |
7476
| Xenial 16.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-xenial main` |
7577

7678

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

127129
- Ubuntu Xenial 16.04 (LTS)
130+
- Ubuntu Wily 15.10
128131
- Ubuntu Trusty 14.04 (LTS)
129132

130-
For Ubuntu Trusty, and Xenial, it's recommended to install the
133+
For Ubuntu Trusty, Wily, and Xenial, it's recommended to install the
131134
`linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages
132135
allows you use the `aufs` storage driver.
133136

0 commit comments

Comments
 (0)