Browse code

docs: add Ubuntu 16.04 "xenial"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/03/24 09:12:07
Showing 1 changed files
... ...
@@ -14,6 +14,7 @@ weight = -6
14 14
 
15 15
 Docker is supported on these Ubuntu operating systems:
16 16
 
17
+- Ubuntu Xenial 16.04 (LTS)
17 18
 - Ubuntu Wily 15.10
18 19
 - Ubuntu Trusty 14.04 (LTS)
19 20
 - Ubuntu Precise 12.04 (LTS)
... ...
@@ -85,6 +86,10 @@ packages from the new repository:
85 85
 
86 86
             deb https://apt.dockerproject.org/repo ubuntu-wily main
87 87
 
88
+    - Ubuntu Xenial 16.04 (LTS)
89
+
90
+            deb https://apt.dockerproject.org/repo ubuntu-xenial main
91
+
88 92
     > **Note**: Docker does not provide packages for all architectures. You can find
89 93
 	> nightly built binaries in https://master.dockerproject.org. To install docker on
90 94
     > a multi-architecture system, add an `[arch=...]` clause to the entry. Refer to the
... ...
@@ -109,10 +114,11 @@ packages from the new repository:
109 109
 
110 110
 ### Prerequisites by Ubuntu Version
111 111
 
112
+- Ubuntu Xenial 16.04 (LTS)
112 113
 - Ubuntu Wily 15.10
113 114
 - Ubuntu Trusty 14.04 (LTS)
114 115
 
115
-For Ubuntu Trusty and Wily, it's recommended to install the
116
+For Ubuntu Trusty, Wily, and Xenial, it's recommended to install the
116 117
 `linux-image-extra` kernel package. The `linux-image-extra` package
117 118
 allows you use the `aufs` storage driver.
118 119