Vagrant
Last updated
Last updated
Vagrant enables the creation and configuration of lightweight, reproducible, and portable development environments.
→ vagrantup.com
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.
Command | Action | Link(s) |
---|---|---|
Solution found on github.com
Commands from a specific folder (needs elevated permissions on Windows)
Add provider CLI parameter
Add lines in the Vagrantfile
If an authentication is asked, provide UBISOFT-ORG\shortusername and AD password
Vagrant and Hyper-V -- Tips and Tricks - March 21, 2019
vagrant box add
vagrant init
vagrant up
vagrant ssh
vagrant suspend
vagrant destroy
vagrant ssh-config
vagrant box list