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