14 lines
294 B
PHP
14 lines
294 B
PHP
## Requirements
|
|
|
|
* VMware Workstation
|
|
|
|
## Driver Installation
|
|
|
|
First install the [VMware Workstation](https://www.vmware.com/in/products/workstation-pro/workstation-pro-evaluation.html)
|
|
|
|
After installation, start a cluster using the vmware driver:
|
|
|
|
```shell
|
|
minikube start --driver vmware
|
|
```
|