Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use grep -i to check the ISO version
```sh $ cat ~/.minikube/machines/minikube/config.json | grep ISO $ cat ~/.minikube/machines/minikube/config.json | grep -i ISO "Boot2DockerURL": "file:///Users/andreas/.minikube/cache/iso/minikube-v1.0.6.iso", ```
- Loading branch information