mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
30 lines
913 B
Markdown
30 lines
913 B
Markdown
|
<!--[metadata]>
|
||
|
+++
|
||
|
title = "On Linux distributions"
|
||
|
description = "Lists the installation methods"
|
||
|
keywords = ["docker", "engine","install", "linux"]
|
||
|
[menu.main]
|
||
|
identifier = "engine_linux"
|
||
|
parent="engine_install"
|
||
|
weight="-70"
|
||
|
+++
|
||
|
<![end-metadata]-->
|
||
|
|
||
|
# Install Docker Engine on Linux
|
||
|
|
||
|
Docker Engine is supported on several Linux distributions. Installation instructions are available for the following:
|
||
|
|
||
|
* [Arch Linux](archlinux.md)
|
||
|
* [CentOS](centos.md)
|
||
|
* [CRUX Linux](cruxlinux.md)
|
||
|
* [Debian](debian.md)
|
||
|
* [Fedora](fedora.md)
|
||
|
* [FrugalWare](frugalware.md)
|
||
|
* [Gentoo](gentoolinux.md)
|
||
|
* [Oracle Linux](oracle.md)
|
||
|
* [Red Hat Enterprise Linux](rhel.md)
|
||
|
* [openSUSE and SUSE Linux Enterprise](SUSE.md)
|
||
|
* [Ubuntu](ubuntulinux.md)
|
||
|
|
||
|
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).
|