You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vagrant box does not support vmware; it only supports virtualbox.
If a different box is chosen, then either vagrant provider can be used.
For instance, this is the error that I get (since I do not have virtualbox installed):
$ vagrant up
Bringing machine 'IncludeOS' up with 'vmware_desktop' provider...
==> IncludeOS: Box 'ubuntu/bionic64' could not be found. Attempting to find and install...
IncludeOS: Box Provider: vmware_desktop, vmware_fusion, vmware_workstation
IncludeOS: Box Version: >= 0
==> IncludeOS: Loading metadata for box 'ubuntu/bionic64'
IncludeOS: URL: https://vagrantcloud.com/ubuntu/bionic64
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/bionic64
Address: https://vagrantcloud.com/ubuntu/bionic64
Requested provider: ["vmware_desktop", "vmware_fusion", "vmware_workstation"]
The text was updated successfully, but these errors were encountered:
The vagrant box does not support vmware; it only supports virtualbox.
If a different box is chosen, then either vagrant provider can be used.
For instance, this is the error that I get (since I do not have virtualbox installed):
The text was updated successfully, but these errors were encountered: