Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 408 Bytes

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 more VM you can use {Count} to create more than 1 VM