Andreas Kohn
|
b644c393c2
|
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",
```
|
2017-02-25 10:13:03 +01:00 |
Matt Rickard
|
0bcbd99e1b
|
Add version info to minikube-iso
|
2017-02-22 11:47:57 -08:00 |
Matt Rickard
|
c879548d1a
|
Update issue tmpl, add iso version, remove docker version
|
2017-02-01 13:02:20 -08:00 |
Matt Rickard
|
c95e4d06bc
|
Update ISSUE_TEMPLATE
The config is stored in a different folder after we changed the name of the VM
|
2016-09-14 14:31:07 -04:00 |
Matt Rickard
|
ecbedcba5f
|
Remove kernel field from issue templ
|
2016-08-16 11:23:21 -07:00 |
Matt Rickard
|
6e94e993c9
|
First draft of issue template
|
2016-08-15 09:52:45 -07:00 |