From f714a5cbfed29e39e9f8903d1fc79b5c32ae7c0b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Fri, 6 Apr 2018 14:17:07 +0200 Subject: [PATCH] Updated Quick Start Guide (markdown) --- Quick-Start-Guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Quick-Start-Guide.md b/Quick-Start-Guide.md index d57d517..916d60d 100644 --- a/Quick-Start-Guide.md +++ b/Quick-Start-Guide.md @@ -21,10 +21,10 @@ The Kubernetes cluster components are launched using Docker on a Linux machine. Version | Supported? | Install Script | ----------|------------|------------------ -`1.11.2` | Yes | `curl https://releases.rancher.com/install-docker/1.11.sh | sh` | -`1.12.6` | Yes | `curl https://releases.rancher.com/install-docker/1.12.sh | sh` | -`1.13.1` | Yes | `curl https://releases.rancher.com/install-docker/1.13.sh | sh` | -`17.03.2` | Yes | `curl https://releases.rancher.com/install-docker/17.03.sh | sh` | +`1.11.2` | Yes | curl https://releases.rancher.com/install-docker/1.11.sh | sh | +`1.12.6` | Yes | curl https://releases.rancher.com/install-docker/1.12.sh | sh | +`1.13.1` | Yes | curl https://releases.rancher.com/install-docker/1.13.sh | sh | +`17.03.2` | Yes | curl https://releases.rancher.com/install-docker/17.03.sh | sh | You can test if Docker is installed correctly by running `docker version`, it should show the client and server version.