From 42958a555c7ffc86d84f9b7a8559304951265070 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 5 Dec 2019 17:19:09 -0700 Subject: [PATCH] Add Docker installation scripts to docs --- .../requirements/installing-docker/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/rancher/v2.x/en/installation/requirements/installing-docker/_index.md 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 new file mode 100644 index 00000000000..ac20da0afe8 --- /dev/null +++ b/content/rancher/v2.x/en/installation/requirements/installing-docker/_index.md @@ -0,0 +1,18 @@ +--- +title: Installing Docker +weight: 1 +--- + +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 18.09 on Ubuntu: + +``` +curl https://releases.rancher.com/install-docker/18.09.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