github.com/vieux/docker@v0.6.3-0.20161004191708-e097c2a938c7/docs/installation/index.md (about)

     1  <!--[metadata]>
     2  +++
     3  aliases = ["/engine/installation/linux/frugalware/","/engine/installation/frugalware/"]
     4  title = "Install"
     5  description = "Lists the installation methods"
     6  keywords = ["Docker install "]
     7  [menu.main]
     8  identifier = "engine_install"
     9  parent="engine_use"
    10  weight="-81"
    11  +++
    12  <![end-metadata]-->
    13  
    14  # Install Docker Engine
    15  
    16  Docker Engine is supported on Linux, Cloud, Windows, and OS X. Installation instructions are available for the following:
    17  
    18  ## On Linux
    19  * [Arch Linux](linux/archlinux.md)
    20  * [CentOS](linux/centos.md)
    21  * [CRUX Linux](linux/cruxlinux.md)
    22  * [Debian](linux/debian.md)
    23  * [Fedora](linux/fedora.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//)