From 180866b0dd043a1d7bdd26089a830ed23673b3a6 Mon Sep 17 00:00:00 2001 From: jatins Date: Fri, 15 Jul 2016 23:05:16 +0530 Subject: [PATCH] list Minikube under "local-machine solutions" List Minikube under "local-machine solutions" as the recommended solution. --- docs/getting-started-guides/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/index.md b/docs/getting-started-guides/index.md index d8d70b5be8..89c4ded154 100644 --- a/docs/getting-started-guides/index.md +++ b/docs/getting-started-guides/index.md @@ -31,7 +31,8 @@ But their size and availability is limited to that of a single machine. The local-machine solutions are: -- [Local Docker-based](/docs/getting-started-guides/docker) (recommended starting point) +- [Minikube](/docs/getting-started-guides/minikube/) (recommended) +- [Local Docker-based](/docs/getting-started-guides/docker) - [No-VM local cluster](/docs/getting-started-guides/locally) (Linux only) - [Vagrant](/docs/getting-started-guides/vagrant)