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.