Vagrant
Vagrant enables the creation and configuration of lightweight, reproducible, and portable development environments.
→ vagrantup.com
Learn
Boxes
Boxes are the package format for Vagrant environments. A box can be used by anyone on any platform that Vagrant supports to bring up an identical working environment. HashiCorp (the makers of Vagrant) publish a basic Ubuntu 18.04 64-bit box that is available for minimal use cases. It is highly optimized, small in size, and includes support for VirtualBox, Hyper-V, and VMware.
CLI
Images
Samples
Get started
Working with Vagrant inside of WSL2
Solution found on github.com
Ubuntu 20.04 with VirtualBox
Commands from a specific folder (needs elevated permissions on Windows)
Hyper-V specificities
Add provider CLI parameter
Add lines in the Vagrantfile
If an authentication is asked, provide UBISOFT-ORG\shortusername and AD password
Providers
Hyper-V
Vagrant and Hyper-V -- Tips and Tricks - March 21, 2019
Last updated