Creating and Login into Virtual Machine using Vagrant and VirtualBox

Creating and Login into Virtual Machine using Vagrant and VirtualBox

Instructor-svgAl-Mamun Sarkar
Apr 13 , 2020

Creating and login into Virtual Machine using Vagrant and VirtualBox. The following command shows how to create a Ubuntu virtual machine using Vagrant and VirtualBox.

Available Box list:

https://app.vagrantup.com/boxes/search

 

Show box list:

vagrant box list

 

Create Ubuntu 18 box:

vagrant init ubuntu/bionic64

 

Running Inatialized machine:

vagrant up

 

Log into VM Box:

vagrant ssh

 

Get out form VM Box:

exit

 

  • Share On:
  • fb
  • twitter
  • pinterest
  • instagram