A Quick of Overview of Virtualization with Vagrant and Virtualbox
https://wenup.wordpress.com/2020/08/12/a-quick-of-overview-of-virtualization-with-vagrant-and-virtualbox/Vagrant could provision Virtualbox virtual machines.
I started to use the vagrant since I am on Windows and would need some DevOps automation for creating a reproducible setup for NodeJS and other Data Science activity.
I used a Vagrantfile to automate it, and also tried to share some resources from the host Windows machine. Â The guest machine is in Virtualbox which is provisioned by Vagrant through its Vagrantfile configuration.
I hope this gets you going and exploring the use of Vagrant + Virtualbox for testing environment and for creating an environment for your use cases.
Slides are at:Â https://wenup.wordpress.com/2020/08/12/a-quick-of-overview-of-virtualization-with-vagrant-and-virtualbox/













