From 93451fe58d618262a581b4cfd03b6bf725dd3064 Mon Sep 17 00:00:00 2001 From: Juan Herrera Date: Fri, 2 Jun 2023 16:51:06 +0200 Subject: [PATCH] Added reference to SUSE Linux Enterprise (#630) As the script fully supports not only Ubuntu but all other major distros like SUSE Linux Enterprise Server it's important to highlight that to build awareness around our own products. --- .../installation-requirements/install-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 83f5192180f..89c45c55e79 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 20.10 on Ubuntu: +For example, this command could be used to install Docker 20.10 on the main Linux distributions like SUSE Linux Enterprise or Ubuntu: ``` curl https://releases.rancher.com/install-docker/20.10.sh | sh