From e6569bc6eefa5dd2bde1d3a084b30208c75ddd0c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 6 Aug 2021 12:49:05 +0200 Subject: [PATCH] engine/install: sort distros and add "binaries" to matrix Signed-off-by: Sebastiaan van Stijn --- _data/toc.yaml | 4 ++-- engine/install/index.md | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index af2bd42ff5..4a4ea6eb76 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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/ diff --git a/engine/install/index.md b/engine/install/index.md index 9fe8705e1f..704af3b3d4 100644 --- a/engine/install/index.md +++ b/engine/install/index.md @@ -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