diff --git a/docs/gettingstarted/docker-swarm-rhel7.md b/docs/gettingstarted/docker-swarm-rhel7.md index 67f9d07..251c9fa 100644 --- a/docs/gettingstarted/docker-swarm-rhel7.md +++ b/docs/gettingstarted/docker-swarm-rhel7.md @@ -1,5 +1,5 @@ -# Install Docker CE and Swarm +# Install Docker CE and Swarm (RHEL 7.7) * Warning: this method of installing docker on RHEL does not appear to be supported. Consider using podman instead. diff --git a/docs/gettingstarted/index.md b/docs/gettingstarted/index.md index 8923b79..141df9c 100644 --- a/docs/gettingstarted/index.md +++ b/docs/gettingstarted/index.md @@ -120,8 +120,3 @@ attempt to obtain the container image via the internet. Environment="SC4S_IMAGE=sc4slocal:latest" ``` -## Scale out - -Additional hosts can be deployed for syslog collection from additional network zones and locations: - -![SC4S deployment diagram](SC4Sdeployment.png) diff --git a/mkdocs.yml b/mkdocs.yml index 097b634..d4497cb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,8 +6,8 @@ nav: - 'Read First': 'gettingstarted/index.md' - 'Podman + systemd': 'gettingstarted/podman-systemd-general.md' - 'Docker CE + systemd': 'gettingstarted/docker-systemd-general.md' - - 'Docker CE + Swarm RHEL 7.7': 'gettingstarted/docker-swarm-rhel7.md' - 'Docker CE + Swarm': 'gettingstarted/docker-swarm-general.md' + - 'Docker CE + Swarm RHEL 7.7': 'gettingstarted/docker-swarm-rhel7.md' - 'Bring your own Envionment': 'gettingstarted/byoe-rhel7.md' - Configuration: 'configuration.md' - Sources: