Skip to content

alilotfi23/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vagrant VirtualBox

Vagrant file for up Ubuntu machine on VirtualBox.

Install Ubuntu Box

Install Vagrant box

vagrant box add generic/ubuntu2004

Vagrant up and provisioning your Virtual Machine

vagrant init generic/ubuntu2004
vagrant up

Login into a new virtual machine

vagrant ssh

count

if you want you can use Count to create more than 1 VM