README: bump minikube-iso version to v0.0.5

pull/657/head
Sergiusz Urbaniak 2016-10-04 20:36:47 +02:00
parent 998f973fba
commit c2bf9cecb2
No known key found for this signature in database
GPG Key ID: 2D0B9832C789E46F
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ To use [rkt](https://github.com/coreos/rkt) as the container runtime, execute:
$ minikube start \
--network-plugin=cni \
--container-runtime=rkt \
--iso-url=https://github.com/coreos/minikube-iso/releases/download/v0.0.3/minikube-v0.0.3.iso
--iso-url=https://github.com/coreos/minikube-iso/releases/download/v0.0.5/minikube-v0.0.5.iso
```
This will use an alternative minikube ISO image containing both rkt, and Docker, and enable CNI networking.