From 40a66fa7b969084a80ece0788c019092177072c1 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Tue, 11 Sep 2018 18:06:24 +0200 Subject: [PATCH] Add notes on RancherOS and Docker version --- .../v2.x/en/installation/requirements/_index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/requirements/_index.md b/content/rancher/v2.x/en/installation/requirements/_index.md index 930f75ce31a..b04d450859f 100644 --- a/content/rancher/v2.x/en/installation/requirements/_index.md +++ b/content/rancher/v2.x/en/installation/requirements/_index.md @@ -13,6 +13,10 @@ Rancher is supported on the following operating systems and their subsequent rel * Ubuntu 16.04 (64-bit) * Red Hat Enterprise Linux 7.5 (64-bit) * RancherOS 1.4 (64-bit) + +If you are using RancherOS, make sure you switch the Docker engine to a supported version using:
+`sudo ros engine switch docker-17.03.2-ce` + {{% /tab %}} {{% tab "Hardware" %}} Hardware requirements scale based on the size of your Rancher deployment. Provision each individual node according to the requirements. @@ -58,7 +62,11 @@ Supported Versions: * `1.13.1` * `17.03.2` +If you are using RancherOS, make sure you switch the Docker engine to a supported version using:
+`sudo ros engine switch docker-17.03.2-ce` + [Docker Documentation: Installation Instructions](https://docs.docker.com/) + {{% /tab %}} {{% tab "Ports" %}} @@ -72,4 +80,4 @@ When deploying Rancher in an HA cluster, certain ports on your nodes must be ope {{< requirements_ports_rke >}} {{< ports_aws_securitygroup_nodedriver >}} {{% /tab %}} -{{% /tabs %}} \ No newline at end of file +{{% /tabs %}}