mirror of https://github.com/docker/docs.git
engine/install: sort distros and add "binaries" to matrix
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f09e5ce97c
commit
e6569bc6ee
|
@ -1247,12 +1247,12 @@ manuals:
|
|||
title: Install on Debian
|
||||
- path: /engine/install/fedora/
|
||||
title: Install on Fedora
|
||||
- path: /engine/install/ubuntu/
|
||||
title: Install on Ubuntu
|
||||
- path: /engine/install/rhel/
|
||||
title: Install on RHEL
|
||||
- path: /engine/install/sles/
|
||||
title: Install on SLES
|
||||
- path: /engine/install/ubuntu/
|
||||
title: Install on Ubuntu
|
||||
- path: /engine/install/binaries/
|
||||
title: Install binaries
|
||||
- path: /engine/install/linux-postinstall/
|
||||
|
|
|
@ -50,16 +50,16 @@ your preferred operating system below.
|
|||
Docker provides `.deb` and `.rpm` packages from the following Linux distributions
|
||||
and architectures:
|
||||
|
||||
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) | s390x |
|
||||
|:----------------------|:-----------------------|:-----------------------|:-----------------------|:-----------------------|
|
||||
| [CentOS](centos.md) | [{{ yes }}](centos.md) | [{{ yes }}](centos.md) | | |
|
||||
| [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | |
|
||||
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | | |
|
||||
| [Raspbian](debian.md) | | | [{{ yes }}](debian.md) | |
|
||||
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
|
||||
| [SLES](sles.md) | | | | [{{ yes }}](sles.md) |
|
||||
| [RHEL](rhel.md) | | | | [{{ yes }}](rhel.md) |
|
||||
|
||||
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) | s390x |
|
||||
|:------------------------|:-----------------------|:-----------------------|:-----------------------|:-----------------------|
|
||||
| [CentOS](centos.md) | [{{ yes }}](centos.md) | [{{ yes }}](centos.md) | | |
|
||||
| [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | |
|
||||
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | | |
|
||||
| [Raspbian](debian.md) | | | [{{ yes }}](debian.md) | |
|
||||
| [RHEL](rhel.md) | | | | [{{ yes }}](rhel.md) |
|
||||
| [SLES](sles.md) | | | | [{{ yes }}](sles.md) |
|
||||
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
|
||||
| [Binaries](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | |
|
||||
|
||||
### Other Linux distributions
|
||||
|
||||
|
|
Loading…
Reference in New Issue