I have hyperv enabled on my system. When I issued vagrant up command, I get the following:
PS C:\m103> cd .\m103-vagrant-env
PS C:\m103\m103-vagrant-env> vagrant up
Bringing machine ‘mongod-m103’ up with ‘hyperv’ provider…
==> mongod-m103: Verifying Hyper-V is enabled…
==> mongod-m103: Verifying Hyper-V is accessible…
==> mongod-m103: Box ‘ubuntu/trusty64’ could not be found. Attempting to find and install…
mongod-m103: Box Provider: hyperv
mongod-m103: Box Version: >= 0
==> mongod-m103: Loading metadata for box ‘ubuntu/trusty64’
mongod-m103: URL: https://vagrantcloud.com/ubuntu/trusty64
The box you’re attempting to add doesn’t support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn’t
simply misspell it.
If you’re adding a box from HashiCorp’s Vagrant Cloud, make sure the box is
released.
Name: ubuntu/trusty64
Address: https://vagrantcloud.com/ubuntu/trusty64
Requested provider: [:hyperv]
PS C:\m103\m103-vagrant-env>
Is there a way to work on this lab with hyperv?