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
Trying to do your class and my machine is windows with Hyper-V installed. Would be nice if the image supported it. Users with visual studio and docker would find they are unable to switch to virtual box since hyper-v and virtual box are mutually exclusive and docker for windows requires hyper-v. Note also your class suggests dependence on remote-exec which requires ssh and that's a problem for windows, so I'd love to use your vagrant box.
The text was updated successfully, but these errors were encountered:
C:\projects\devops-box>vagrant up
Bringing machine 'devops-box' up with 'hyperv' provider...
==> devops-box: Verifying Hyper-V is enabled...
==> devops-box: Box 'ubuntu/xenial64' could not be found. Attempting to find and install...
devops-box: Box Provider: hyperv
devops-box: Box Version: >= 0
==> devops-box: Loading metadata for box 'ubuntu/xenial64'
devops-box: URL: https://vagrantcloud.com/ubuntu/xenial64
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.
Trying to do your class and my machine is windows with Hyper-V installed. Would be nice if the image supported it. Users with visual studio and docker would find they are unable to switch to virtual box since hyper-v and virtual box are mutually exclusive and docker for windows requires hyper-v. Note also your class suggests dependence on remote-exec which requires ssh and that's a problem for windows, so I'd love to use your vagrant box.
The text was updated successfully, but these errors were encountered: