mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: add Ubuntu 16.04 "xenial"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ed95d753b4
commit
62e7fde80f
1 changed files with 7 additions and 1 deletions
|
@ -14,6 +14,7 @@ weight = -6
|
||||||
|
|
||||||
Docker is supported on these Ubuntu operating systems:
|
Docker is supported on these Ubuntu operating systems:
|
||||||
|
|
||||||
|
- Ubuntu Xenial 16.04 (LTS)
|
||||||
- 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)
|
||||||
|
@ -85,6 +86,10 @@ packages from the new repository:
|
||||||
|
|
||||||
deb https://apt.dockerproject.org/repo ubuntu-wily main
|
deb https://apt.dockerproject.org/repo ubuntu-wily main
|
||||||
|
|
||||||
|
- Ubuntu Xenial 16.04 (LTS)
|
||||||
|
|
||||||
|
deb https://apt.dockerproject.org/repo ubuntu-xenial main
|
||||||
|
|
||||||
> **Note**: Docker does not provide packages for all architectures. You can find
|
> **Note**: Docker does not provide packages for all architectures. You can find
|
||||||
> nightly built binaries in https://master.dockerproject.org. To install docker on
|
> nightly built binaries in https://master.dockerproject.org. To install docker on
|
||||||
> a multi-architecture system, add an `[arch=...]` clause to the entry. Refer to the
|
> a multi-architecture system, add an `[arch=...]` clause to the entry. Refer to the
|
||||||
|
@ -109,10 +114,11 @@ packages from the new repository:
|
||||||
|
|
||||||
### Prerequisites by Ubuntu Version
|
### Prerequisites by Ubuntu Version
|
||||||
|
|
||||||
|
- Ubuntu Xenial 16.04 (LTS)
|
||||||
- Ubuntu Wily 15.10
|
- Ubuntu Wily 15.10
|
||||||
- Ubuntu Trusty 14.04 (LTS)
|
- Ubuntu Trusty 14.04 (LTS)
|
||||||
|
|
||||||
For Ubuntu Trusty and Wily, it's recommended to install the
|
For Ubuntu Trusty, Wily, and Xenial, it's recommended to install the
|
||||||
`linux-image-extra` kernel package. The `linux-image-extra` package
|
`linux-image-extra` kernel package. The `linux-image-extra` package
|
||||||
allows you use the `aufs` storage driver.
|
allows you use the `aufs` storage driver.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue