Move minikube-iso location to google storage

pull/752/head
Matt Rickard 2016-10-25 11:20:44 -07:00
parent b7c3648b36
commit 630fbbf1ba
1 changed files with 1 additions and 1 deletions

View File

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