Clarify what the dashboard is.

pull/204/head
Dan Lorenc 2016-06-18 18:18:50 -07:00
parent 60bb69329b
commit 526f99e83c
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ For a list of minikube's available commands see: [minikube docs](https://github.
### Dashboard
To open the dashboard, run this command in a shell after starting minikube:
To access the [Kubernetes Dashboard](http://kubernetes.io/docs/user-guide/ui/), run this command in a shell after starting minikube to get the address:
```shell
minikube dashboard
```