Updated README.md to include CoreOS toolbox information

pull/1226/head
Aaron Prindle 2017-03-05 17:45:35 -08:00
parent 4e032050a4
commit 01edbd0fe1
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ To debug issues with minikube (not kubernetes but minikube itself), you can use
* --v=3 libmachine logging
* --v=7 libmachine --debug level logging
If you need to access additional tools for debugging, minikube also includes the [CoreOS toolbox](https://github.com/coreos/toolbox)
You can ssh into the toolbox and access these additional commands using:
`minikube ssh toolbox`
### Using rkt container engine
To use [rkt](https://github.com/coreos/rkt) as the container runtime run: