Browse code

Adding additional instructions to the Docker Engine installation/index page per discussions with @moxiegirl.

Removed the "Other Linux" heading; Changed the "Next Steps" heading to "Where to go After Installing"

Signed-off-by: Mike Brown <brownwm@us.ibm.com>

Mike Brown authored on 2015/08/29 03:57:40
Showing 1 changed files
... ...
@@ -1,33 +1,48 @@
1 1
 <!--[metadata]>
2 2
 +++
3
-title = "Supported installation"
3
+title = "Supported installations for Docker Engine"
4 4
 description = "Lists the installation methods"
5 5
 keywords = ["Docker install "]
6 6
 +++
7 7
 <![end-metadata]-->
8 8
 
9
-# Supported installation
9
+# Install Docker Engine 
10 10
 
11
-Docker supports installation on the following: 
11
+Docker Engine is supported on Linux, Cloud, Windows, and OS X. Installation instructions are available for the following: 
12 12
 
13
-* [Amazon EC2 Installation](amazon)
13
+## On Linux
14 14
 * [Arch Linux](archlinux)
15
-* [Microsoft Azure platform](azure)
16
-* [Installation from binaries](binaries)
17 15
 * [CentOS](centos)
18 16
 * [CRUX Linux](cruxlinux)
19 17
 * [Debian](debian)
20 18
 * [Fedora](fedora)
21 19
 * [FrugalWare](frugalware)
22 20
 * [Gentoo](gentoolinux)
23
-* [Google Cloud Platform](google)
24
-* [Install on Joyent Public Cloud](joyent)
25
-* [Mac OS X](mac)
26 21
 * [Oracle Linux](oracle)
27
-* [Rackspace Cloud](rackspace)
28 22
 * [Red Hat Enterprise Linux](rhel)
29
-* [IBM SoftLayer](softlayer)
30 23
 * [openSUSE and SUSE Linux Enterprise](SUSE)
31 24
 * [Ubuntu](ubuntulinux)
25
+
26
+If your linux distribution is not listed above, don't give up yet. To try out Docker on a distribution that is not listed above, go here: [Installation from binaries](binaries).
27
+
28
+## On Cloud
29
+* [Amazon EC2 Installation](amazon)
30
+* [Install on Joyent Public Cloud](joyent)
31
+* [Google Cloud Platform](google)
32
+* [IBM SoftLayer](softlayer)
33
+* [Microsoft Azure platform](azure)
34
+* [Rackspace Cloud](rackspace)
35
+
36
+## On OSX and Windows
37
+* [Mac OS X](mac)
32 38
 * [Windows](windows)
33 39
 
40
+## The Docker Archives 
41
+Instructions for installing prior releases of Docker can be found in the following docker archives:
42
+[Docker v1.7](http://docs.docker.com/v1.7/), [Docker v1.6](http://docs.docker.com/v1.6/), [Docker v1.5](http://docs.docker.com/v1.5/), and [Docker v1.4](http://docs.docker.com/v1.4/).
43
+
44
+## Where to go After Installing
45
+* [About Docker](../misc)
46
+* [Support](https://www.docker.com/support/)
47
+* [Training](https://training.docker.com//)
48
+