Move minikube-iso location to google storage
parent
b7c3648b36
commit
630fbbf1ba
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue