Installing Vagrant on Windows 10

Published on: 29.12.2019

I am a fan of CLI packet managers (because they save me time).
On Windows Chocolatey
is the only option, so I tried to install Vagrant with VirtualBox as hypervisor with it.

How difficult can it be?
More then I expected.

Instalment of Vagrant and VirtualBox look easy:

Init and up:

Have we have first problems:

After googling, one possible solution is to set the provider explicitly, not a big problem, altho I like when tech just works.

Try again:

Then next again the problem:

Try my luck with older version 6.0 of VirtualBox:

Let try again:

Finally working.

As you can see now just vagrant up is working without the need to set provider.

Start a Conversation

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.