vmware

Overview

The vmware driver supports virtualization across all VMware based hypervisors.

Requirements

  • VMware Fusion

Driver Installation

If the Brew Package Manager is installed, run:

  1. brew install docker-machine-driver-vmware

Otherwise:

  1. r=https://api.github.com/repos/machine-drivers/docker-machine-driver-vmware
  2. curl -LO $(curl -s $r/releases/latest | grep -o 'http.*darwin_amd64' | head -n1) \
  3. && install docker-machine-driver-vmware_darwin_amd64 \
  4. /usr/local/bin/docker-machine-driver-vmware

Usage

Start a cluster using the vmware driver:

  1. minikube start --driver=vmware

To make vmware the default driver:

  1. minikube config set driver vmware

vmware_windows_usage.inc

No documentation is available yet.

Requirements

*VMware Workstation

Driver Installation

First install the VMware Workstation

After installation, start a cluster using the vmware driver:

  1. minikube start --driver vmware

Issues

Troubleshooting

  • Run minikube start --alsologtostderr -v=7 to debug crashes

Last modified December 12, 2020: Update vmware.md (da1ffdd8f)