cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

Support for VMware Hypervisors #4

Closed jeremyrickard closed 6 years ago

jeremyrickard commented 6 years ago

It looks like the wrappers around LinuxKit are currently only supporting HyperKit? I assume right now this is mac-Os only. Does your roadmap currently have any plans for supporting Fusion/Workstation?

jeremyrickard commented 6 years ago

BTW would be happy to try and contribute this!

sclevine commented 6 years ago

Hi @jeremyrickard,

What's your use case for Fusion or Workstation? We have Hyper-V support for Windows 10 lined up next.

We're planning to implement a legacy OVA distribution for Windows 7 and other older platforms. This OVA will work in Virtualbox and VMware Fusion/Workstation, but it will be limited (ex. it must be used entirely inside the VM and it won't include a CLI plugin).

jeremyrickard commented 6 years ago

Purely preference, I have HyperV disabled on my Surface (using Workstation instead). Fusion isn't a really big deal for me, other than my preference of managing that all my virtualized stuff via Fusion (and sometimes migrating it to one of my ESXi boxes). The OVA thing would probably be sufficient for my Workstation and ESXi needs. Thanks!