Vagrantfile syntax to load VMs on virtualbox

Discussions related to using VirtualBox on Mac OS X hosts.
Locked
tm_senthil
Posts: 1
Joined: 11. May 2022, 06:08

Vagrantfile syntax to load VMs on virtualbox

Post by tm_senthil »

Hi all,

Manually I have installed & configured Ubuntu & other VMs on my virtualbox, and I'm trying to bringup VMs on the virtualbox with the vagrant up command.

Vagrant.configure(2) do |config|
config.vm.hostname = VM_NAME
end

I need help with Vagrantfile syntax to load VMs on virtualbox from the local VM images available on my laptop. Please assist.

By the way, i'm able to load & destroy VMs on my virtualbox using the Vagrant cloud box images using Vagrantfile.


Thanks, Senthil
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Vagrantfile syntax to load VMs on virtualbox

Post by mpack »

Vagrant is supported on the Vagrant forums.
Locked