Remove driver installation step for hyperkit

pull/5352/head
Thomas Stromberg 2019-09-19 07:03:03 -07:00
parent 62d214a782
commit 1658fd7cf6
1 changed files with 0 additions and 9 deletions

View File

@ -14,15 +14,6 @@ brew install hyperkit
* As a final alternative, you may [Install HyperKit from GitHub](https://github.com/moby/hyperkit)
## Driver installation
You must also download and install the latest minikube driver:
```shell
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit \
&& sudo install -o root -m 4755 docker-machine-driver-hyperkit /usr/local/bin/
```
## Usage
Start a cluster using the hyperkit driver: