mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9b8b6aa224
These docs were outdated, and not actively maintained. Also, there are no official packages available for this distribution, so better to remove it from the documentation. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
28 lines
883 B
Markdown
28 lines
883 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)
|
|
* [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).
|