1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-14 14:09:49 +00:00

Updated Quick Start Guide (markdown)

Sebastiaan van Steenis
2018-04-06 14:17:07 +02:00
parent 305f60970f
commit f714a5cbfe

@@ -21,10 +21,10 @@ The Kubernetes cluster components are launched using Docker on a Linux machine.
Version | Supported? | Install Script | Version | Supported? | Install Script |
----------|------------|------------------ ----------|------------|------------------
`1.11.2` | Yes | `curl https://releases.rancher.com/install-docker/1.11.sh | sh` | `1.11.2` | Yes | <code>curl https://releases.rancher.com/install-docker/1.11.sh &#124; sh</code> |
`1.12.6` | Yes | `curl https://releases.rancher.com/install-docker/1.12.sh | sh` | `1.12.6` | Yes | <code>curl https://releases.rancher.com/install-docker/1.12.sh &#124; sh</code> |
`1.13.1` | Yes | `curl https://releases.rancher.com/install-docker/1.13.sh | sh` | `1.13.1` | Yes | <code>curl https://releases.rancher.com/install-docker/1.13.sh &#124; sh</code> |
`17.03.2` | Yes | `curl https://releases.rancher.com/install-docker/17.03.sh | sh` | `17.03.2` | Yes | <code>curl https://releases.rancher.com/install-docker/17.03.sh &#124; sh</code> |
You can test if Docker is installed correctly by running `docker version`, it should show the client and server version. You can test if Docker is installed correctly by running `docker version`, it should show the client and server version.