2015-06-26 05:12:27 -04:00
<!-- [metadata]>
+++
2016-01-23 23:36:40 -05:00
title = "Install"
2015-06-26 05:12:27 -04:00
description = "Lists the installation methods"
keywords = ["Docker install "]
2016-01-23 23:36:40 -05:00
[menu.main]
identifier = "engine_install"
parent="engine_use"
weight="-81"
2015-06-26 05:12:27 -04:00
+++
<![end-metadata]-->
2015-12-14 01:37:15 -05:00
# Install Docker Engine
2015-06-26 05:12:27 -04:00
2015-12-14 01:37:15 -05:00
Docker Engine is supported on Linux, Cloud, Windows, and OS X. Installation instructions are available for the following:
2015-06-26 05:12:27 -04:00
2015-08-28 14:57:40 -04:00
## On Linux
2016-01-23 23:36:40 -05:00
* [Arch Linux ](linux/archlinux.md )
* [CentOS ](linux/centos.md )
* [CRUX Linux ](linux/cruxlinux.md )
* [Debian ](linux/debian.md )
* [Fedora ](linux/fedora.md )
* [FrugalWare ](linux/frugalware.md )
* [Gentoo ](linux/gentoolinux.md )
* [Oracle Linux ](linux/oracle.md )
* [Red Hat Enterprise Linux ](linux/rhel.md )
* [openSUSE and SUSE Linux Enterprise ](linux/SUSE.md )
* [Ubuntu ](linux/ubuntulinux.md )
2015-10-09 19:50:41 -04:00
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 ).
2015-08-28 14:57:40 -04:00
## On Cloud
2016-02-01 18:15:37 -05:00
* [Choose how to Install ](cloud/overview.md )
2016-01-23 23:36:40 -05:00
* [Example: Manual install on a cloud provider ](cloud/cloud-ex-aws.md )
* [Example: Use Docker Machine to provision cloud hosts ](cloud/cloud-ex-machine-ocean.md )
2015-08-28 14:57:40 -04:00
## On OSX and Windows
2015-10-09 19:50:41 -04:00
* [Mac OS X ](mac.md )
* [Windows ](windows.md )
2015-06-26 05:12:27 -04:00
2015-12-14 01:37:15 -05:00
## The Docker Archives
2015-08-28 14:57:40 -04:00
Instructions for installing prior releases of Docker can be found in the following docker archives:
[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/ ).
2016-01-23 23:36:40 -05:00
## Where to go after installing
* [About Docker Engine ](../index.md )
2015-08-28 14:57:40 -04:00
* [Support ](https://www.docker.com/support/ )
* [Training ](https://training.docker.com// )