Newbie to Discourse, very new to Docker as well so hopefully this isn’t a stupid question.
I’ve enabled hyperv - I’m running a Windows 8.1 development machine, which stops me from being able to use Virtualbox - is there a simple way to get up and running with Discourse locally using a Docker hyperv provider?
Any pointers to other documentation would be great.
Thanks
Edit:
I tried switching the provider in the vagrant config but this simply says that the box it downloads is for a Virtualbox provider
> H:\vagrant\discourse\discourse>vagrant up
> Bringing machine 'default' up with 'hyperv' provider...
> ==> default: Verifying Hyper-V is enabled...
> ==> default: Box 'discourse/discourse-1.3.0' could not be found. Attempting to f
> ind and install...
> default: Box Provider: hyperv
> default: Box Version: >= 0
> ==> default: Adding box 'discourse/discourse-1.3.0' (v0) for provider: hyperv
> default: Downloading: http://discourse-vms.s3.amazonaws.com/discourse-1.3.0.
> box
> default: Progress: 100% (Rate: 1771k/s, Estimated time remaining: --:--:--)
> The box you attempted to add doesn't match the provider you specified.
> Provider expected: hyperv
> Provider of box: virtualbox