Remove driver installation step for hyperkit
parent
62d214a782
commit
1658fd7cf6
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue