From 9d2b3bc8d1f208f69063e9b91f5cf0595fd14d56 Mon Sep 17 00:00:00 2001 From: mkarlstrand-splunk <49571555+mkarlstrand-splunk@users.noreply.github.com> Date: Thu, 11 Jun 2020 21:28:28 -0700 Subject: [PATCH] Update index.md update to validated platforms matrix --- docs/gettingstarted/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/gettingstarted/index.md b/docs/gettingstarted/index.md index 4514c7f..bbd2b09 100644 --- a/docs/gettingstarted/index.md +++ b/docs/gettingstarted/index.md @@ -102,13 +102,13 @@ which has proven inadequate for many. #### Select a Container Runtime and SC4S Configuration -| Container and Orchestration | Notes | +| Container Runtime and Orchestration | Operating Systems | |-----------------------------|-------| -| [Podman + systemd](podman-systemd-general.md) | First choice for RedHat 8.x and CentOS, second choice for Debian and Ubuntu (packages provided via PPA). | -| [Docker CE + systemd](docker-systemd-general.md) | First choice for RHEL/CentOS 7.x, Debian and Ubuntu | -| [Docker CE + Swarm](docker-swarm-general.md) | Option for Debian, Ubuntu, CentOS, and Desktop Docker desiring Docker Compose or Swarm orchestration | -| [Docker CE + Swarm RHEL 7.7](docker-swarm-rhel7.md) | Option for RedHat 7.7 desiring Docker Compose or Swarm orchestration | -| [Bring your own Envionment](byoe-rhel7.md) | Option for RedHat 7.7 (centos 7) with SC4S configuration without containers | +| [Podman 1.7 & 1.9 + systemd](podman-systemd-general.md) | RHEL or CentOS 8.1 & 8.2 (best option), Debian or Ubuntu 18.04LTS | +| [Docker CE 18 & 19 + systemd](docker-systemd-general.md) | RHEL or CentOS 7.7 (best option), Debian or Ubuntu 18.04LTS | +| [Docker CE 18 & 19 + Swarm](docker-swarm-general.md) | CentOS 7.7 (best option), Debian or Ubuntu 18.04LTS | +| [Docker CE 18 & 19 + Swarm](docker-swarm-rhel7.md) | RHEL 7.7 | +| [Bring your own Envionment](byoe-rhel7.md) | RHEL or CentOS 8.1 & 8.2 (best option) | ### Offline Container Installation