From cd5105941ebb57f08b1eaa9212c3295d86df3d49 Mon Sep 17 00:00:00 2001 From: martyav Date: Mon, 11 Dec 2023 13:07:58 -0500 Subject: [PATCH] versioning based on https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-9/ --- .../installation-requirements/install-docker.md | 2 +- .../installation-requirements/install-docker.md | 8 ++++---- .../installation-requirements/install-docker.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 77c39eda06a..8389a9b9203 100644 --- a/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/docs/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,7 +12,7 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 24.0 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: ```bash curl https://releases.rancher.com/install-docker/24.0.sh | sh diff --git a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..eee47a11d47 100644 --- a/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.7/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 23.0 on the main Linux distributions such as Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/23.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ``` diff --git a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md index 89c45c55e79..8389a9b9203 100644 --- a/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md +++ b/versioned_docs/version-2.8/getting-started/installation-and-upgrade/installation-requirements/install-docker.md @@ -12,16 +12,16 @@ There are a couple of options for installing Docker. One option is to refer to t Another option is to use one of Rancher's Docker installation scripts, which are available for most recent versions of Docker. -For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: +For example, this command could be used to install Docker 24.0 on the main Linux distributions such as SUSE Linux Enterprise or Ubuntu: -``` -curl https://releases.rancher.com/install-docker/20.10.sh | sh +```bash +curl https://releases.rancher.com/install-docker/24.0.sh | sh ``` Rancher has installation scripts for every version of upstream Docker that Kubernetes supports. To find out whether a script is available for installing a certain Docker version, refer to this [GitHub repository,](https://github.com/rancher/install-docker) which contains all of Rancher's Docker installation scripts. Note that the following sysctl setting must be applied: -``` +```bash net.bridge.bridge-nf-call-iptables=1 ```