github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/docs/installation/index.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "Install"
     4  description = "Lists the installation methods"
     5  keywords = ["Docker install "]
     6  [menu.main]
     7  identifier = "engine_install"
     8  parent="engine_use"
     9  weight="-81"
    10  +++
    11  <![end-metadata]-->
    12  
    13  # Install Docker Engine
    14  
    15  Docker Engine is supported on Linux, Cloud, Windows, and OS X. Installation instructions are available for the following:
    16  
    17  ## On Linux
    18  * [Arch Linux](linux/archlinux.md)
    19  * [CentOS](linux/centos.md)
    20  * [CRUX Linux](linux/cruxlinux.md)
    21  * [Debian](linux/debian.md)
    22  * [Fedora](linux/fedora.md)
    23  * [FrugalWare](linux/frugalware.md)
    24  * [Gentoo](linux/gentoolinux.md)
    25  * [Oracle Linux](linux/oracle.md)
    26  * [Red Hat Enterprise Linux](linux/rhel.md)
    27  * [openSUSE and SUSE Linux Enterprise](linux/SUSE.md)
    28  * [Ubuntu](linux/ubuntulinux.md)
    29  
    30  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.md).
    31  
    32  ## On Cloud
    33  * [Choose how to Install](cloud/overview.md)
    34  * [Example: Manual install on a cloud provider](cloud/cloud-ex-aws.md)
    35  * [Example: Use Docker Machine to provision cloud hosts](cloud/cloud-ex-machine-ocean.md)
    36  
    37  ## On OSX and Windows
    38  * [Mac OS X](mac.md)
    39  * [Windows](windows.md)
    40  
    41  ## The Docker Archives
    42  Instructions for installing prior releases of Docker can be found in the following docker archives:
    43  [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/).
    44  
    45  ## Where to go after installing
    46  * [About Docker Engine](../index.md)
    47  * [Support](https://www.docker.com/support/)
    48  * [Training](https://training.docker.com//)