Scripts and configurations for VirtualBox-based local development using Vagrant.
| File | Description |
|---|---|
restoreVM.sh |
Restore a VirtualBox VM from a .vbox or snapshot |
Vagrantfile (if present) |
Vagrant configuration for automated VM provisioning |
- VirtualBox 6.x or 7.x
- Vagrant (optional, for
Vagrantfileusage)
chmod +x restoreVM.sh
./restoreVM.sh <vm-name> # restores from latest snapshot or OVAvagrant up # Create and provision VM
vagrant ssh # SSH into the VM
vagrant halt # Stop the VM
vagrant destroy # Remove the VM completely- VirtualBox is best for local testing; use Proxmox or VMware for production
- Use
VBoxManageCLI for scripted snapshot management - Vagrant boxes sourced from app.vagrantup.com/boxes/search