From 924fff8c2d1f06713828828fb3a044386d6326df Mon Sep 17 00:00:00 2001 From: Adrian Goins Date: Tue, 18 Aug 2020 08:23:11 -0400 Subject: [PATCH] bump docker version to 19.03 --- .../installation/requirements/installing-docker/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ac20da0afe8..b9f42e85179 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 18.09 on Ubuntu: +For example, this command could be used to install Docker 19.03 on Ubuntu: ``` -curl https://releases.rancher.com/install-docker/18.09.sh | sh +curl https://releases.rancher.com/install-docker/19.03.sh | sh ``` -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. \ No newline at end of file +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.