10up / wp-local-docker-v2

ARCHIVED: A simple Docker based development environment for WordPress.
MIT License
484 stars 81 forks source link

10updocker & VVV #221

Open musamamasood opened 5 years ago

musamamasood commented 5 years ago

Describe your question

I am interested to use 10updocker and VVV but 10updocker required Hyper-V enabled but VVV required Hyper-V disabled.

How I can use both?

dustinrue commented 4 years ago

This may (or may not) help you - https://varyingvagrantvagrants.org/docs/en-US/installation/hyper-v/

ghost commented 4 years ago

@musamamasood mainly, the VVV project focuses on VirtualBox and not Hyper-V even if VVV does support Hyper-V, Hyper-V only works if you have Windows 10 Professional. If you truly want to use Hyper-V, you must set the provider for vagrant to hyper-v, something like vagrant up --provider=hyperv, or set the variable in the .yml that should be provided within the project.

wp-local-docker-v2 works best with Docker Desktop for Mac/Windows and Linux.