Vagrantfile syntax to load machines from local iso images

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.

Regards

Senthil