From a714c4c117645f68cfbbc721fc9f6d0688fd78e1 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 12 Jan 2021 11:33:44 -0700 Subject: [PATCH] Re-add installing Docker docs --- .../resources/installing-docker/_index.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/rancher/v2.x/en/installation/resources/installing-docker/_index.md diff --git a/content/rancher/v2.x/en/installation/resources/installing-docker/_index.md b/content/rancher/v2.x/en/installation/resources/installing-docker/_index.md new file mode 100644 index 00000000000..8eb101f1938 --- /dev/null +++ b/content/rancher/v2.x/en/installation/resources/installing-docker/_index.md @@ -0,0 +1,20 @@ +--- +title: Installing Docker +weight: 1 +aliases: + - /rancher/v2.x/en/installation/requirements/installing-docker +--- + +Docker is required to be installed on any node that runs the Rancher server. + +There are a couple of options for installing Docker. One option is to refer to the [official Docker documentation](https://docs.docker.com/install/) about how to install Docker on Linux. The steps will vary based on the Linux distribution. + +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: + +``` +curl https://releases.rancher.com/install-docker/19.03.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. \ No newline at end of file