cloudfoundry-attic / cfdev

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

How to enable Windows 10 Hyper-V support ? #83

Closed loganmzz closed 5 years ago

loganmzz commented 5 years ago

When I run cf dev start, I got: FAILED Error: could not find VBoxManage executable.

How to get it working with Windows 10 Hyper-V ?

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/165288429

The labels on this github issue will be updated when the story is started.

aemengo commented 5 years ago

@loganmzz You're not using the current iteration of CF Dev (the one produced by this repository). Please perform the following to upgrade:

> cf uninstall-plugin pcfdev
> cf install-plugin -r CF-Community cfdev
> cf dev version
CLI: 0.0.15
BUILD: 54 (35368e4)

And then you can perform a start with Hyper-V support.