From 2cfc9059d2bb045d1fa017a2d166bd800d5b7dbb Mon Sep 17 00:00:00 2001 From: jgallucci32 Date: Mon, 21 Jun 2021 16:33:33 -0700 Subject: [PATCH] Update docker installation script to use 20.10 Updates the installation script to use the latest version of Docker supported by Rancher. --- .../en/installation/requirements/installing-docker/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/requirements/installing-docker/_index.md b/content/rancher/v2.x/en/installation/requirements/installing-docker/_index.md index 4414cb08794..02a005d245f 100644 --- a/content/rancher/v2.x/en/installation/requirements/installing-docker/_index.md +++ b/content/rancher/v2.x/en/installation/requirements/installing-docker/_index.md @@ -9,10 +9,10 @@ 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 19.03 on Ubuntu: +For example, this command could be used to install Docker 20.10 on Ubuntu: ``` -curl https://releases.rancher.com/install-docker/19.03.sh | sh +curl https://releases.rancher.com/install-docker/20.10.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.