mirror of
https://github.com/rancher/rke.git
synced 2025-09-14 14:09:49 +00:00
Updated Quick Start Guide (markdown)
@@ -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 | <code>curl https://releases.rancher.com/install-docker/1.11.sh | sh</code> |
|
||||
`1.12.6` | Yes | <code>curl https://releases.rancher.com/install-docker/1.12.sh | sh</code> |
|
||||
`1.13.1` | Yes | <code>curl https://releases.rancher.com/install-docker/1.13.sh | sh</code> |
|
||||
`17.03.2` | Yes | <code>curl https://releases.rancher.com/install-docker/17.03.sh | sh</code> |
|
||||
|
||||
You can test if Docker is installed correctly by running `docker version`, it should show the client and server version.
|
||||
|
||||
|
Reference in New Issue
Block a user