mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
* added test for keywords Signed-off-by: Adrien Duermael <adrien@duermael.com> * fixed keywords in some md files for tests to pass Signed-off-by: Adrien Duermael <adrien@duermael.com> * fixed keywords in /datacenter Signed-off-by: Adrien Duermael <adrien@duermael.com> * tests/Dockerfile: no need to add git Signed-off-by: Adrien Duermael <adrien@duermael.com> * tests/Dockerfile: changed maintainer Signed-off-by: Adrien Duermael <adrien@duermael.com>
24 lines
735 B
Markdown
24 lines
735 B
Markdown
---
|
|
description: Lists the installation methods
|
|
keywords: docker, engine, install, linux
|
|
title: Install Docker on Linux distributions
|
|
---
|
|
|
|
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).
|